-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include Support for Azureopenai and openai #6
Comments
solved here^ |
I use OpenAI model gpt-3.5-turbo-0613 to run this code but i get
|
The issue is with client.chat completions… if you are using open ai then remove model in the create() call…. Edit: sorry, i read the error mssg wrongly , firstly, put API_MODEL="gpt-3.5-turbo-0613" just below the API_KEY line |
Updated my PR , you can check the corrections |
May be out of scope for this PR, but can we include support for local llms (e.g., Ollama). |
To not limit oneself with claude, extending support to Open AI too
raised PR for it
The text was updated successfully, but these errors were encountered: