-
Notifications
You must be signed in to change notification settings - Fork 159
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
Model limitation #84
Comments
Which file are you running? |
I think the problem is that got-4o is not free, so I can't use it. |
Yes, openai api requires payment. You may need to set API_KEY before requesting it. Or you can try local llm following instruction in /example |
ok, thanks |
Do you have a ollama running at backend? |
Sure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model
gpt-4o
does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}I use the example code, but it seems that I can't use get-4o.
The text was updated successfully, but these errors were encountered: