You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from promptify import Prompter, Pipeline, Azure
llm = Azure(engine=engine, api_base=api_base, api_version="2023-05-15",
api_key=api_key, api_type="azure", model="gpt-35-turbo-16k")
prompter = Prompter('ner.jinja')
pipe = Pipeline(prompter, llm)
result = pipe.fit(text, domain=domain, labels=labels, description=description, examples=examples)
result
Getting error:
Error in generating prompt: Model not found. Please choose the model from : ['text-davinci-003', 'gpt-3.5-turbo', 'gpt-35-turbo', 'claude-instant-1', 'claude-2', 'command', 'command-light', 'command-medium-beta', 'command-nightly', 'command-xlarge-beta']
The text was updated successfully, but these errors were encountered:
Getting error:
The text was updated successfully, but these errors were encountered: