Skip to content

Error in generating prompt: Model not found. (gpt-35-turbo-16k) #98

@hv129

Description

@hv129
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']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions