Skip to content
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

Open
qhlx opened this issue Oct 22, 2024 · 9 comments
Open

Model limitation #84

qhlx opened this issue Oct 22, 2024 · 9 comments

Comments

@qhlx
Copy link

qhlx commented Oct 22, 2024

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.

@rangehow
Copy link
Collaborator

Which file are you running?

@qhlx
Copy link
Author

qhlx commented Oct 22, 2024

截屏2024-10-22 15 43 16 this one,thanks

@qhlx
Copy link
Author

qhlx commented Oct 22, 2024

I think the problem is that got-4o is not free, so I can't use it.

@rangehow
Copy link
Collaborator

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

@qhlx
Copy link
Author

qhlx commented Oct 22, 2024

ok, thanks

@qhlx
Copy link
Author

qhlx commented Oct 22, 2024

Sorry, I meet another question. I run the no_openai_key_at_all.py.
截屏2024-10-22 17 54 25

@gusye1234
Copy link
Owner

Do you have a ollama running at backend?

@qhlx
Copy link
Author

qhlx commented Oct 23, 2024

I run the qwen2.5, and it return this consequence in the console, is that correct?
截屏2024-10-23 12 05 41

@gusye1234
Copy link
Owner

Sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants