Open qhlx opened 1 month ago
Which file are you running?
this one,thanks
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
Sorry, I meet another question. I run the no_openai_key_at_all.py.
Do you have a ollama running at backend?
I run the qwen2.5, and it return this consequence in the console, is that correct?
Sure
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.