-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error testing out the sample.py #41
Comments
Faced the same problem. You need to deploy a model and write its name as |
Thanks @omer-erkek , that worked! |
Hi @omer-erkek , I also tried it with a text message as prompt to test the APIs: <|im_sep|>AI Finished chain. However when I pass the image to chain.conversation, gets stuck with "> Entering new AgentExecutor chain...". Is any specific message format required? Thanks! |
Hi,
Thanks for sharing this amazing work. However I can't run the sample code to try it out.
I exported all the required exports but I get this error when I try the sample.py code: openai.error.InvalidRequestError: The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.
Does it mean this deployment_name: gpt-35-turbo-version-0301 is not available anymore? If so what is the available one?
Thanks!
The text was updated successfully, but these errors were encountered: