Demos get 404 messages #58
-
We have been running the different demo files, but we run into the same error messages every time we try to run one of the more complicated demos. The basic demo runs completely fine. What could be the issue? How do we run the demos? Error message 1: Project created at results. Results will be saved to results INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 404 Not Found" INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 404 Not Found" Error message 2: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @FuschiaPrince , the error says that you don't have access to gpt-4o. Did you put your OpenAI key in the beginning of the demo notebook? The more complicated demos require access to use OpenAI's newest models. |
Beta Was this translation helpful? Give feedback.
Hi @FuschiaPrince , the error says that you don't have access to gpt-4o. Did you put your OpenAI key in the beginning of the demo notebook? The more complicated demos require access to use OpenAI's newest models.