GPT-4o API: Failures in the Real-Time Search and Errors in Assistant Creation #2705
Replies: 1 comment
-
The search capabilities you see on ChatGPT are "ChatGPT products", they are not native to the API. See this discussion for more information about It's worth mentioning that you can perform web search with a few plugins via the plugins endpoint, and an improvement over this will come soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I am using the GPT-4o API, and for some reason the real-time search system is not functioning. I have checked the .ENV file and everything is configured correctly; everything else works perfectly.
Furthermore, the creation of assistants using the GPT-4o also returns a 500 error.
Steps to Reproduce
Real-Time Search:
1-Ensure your OpenAI API key is perfectly configured.
2-Select the GPT-4o.
3-Request the GPT to perform a search.
4-It should return that it is unable to connect to the internet and conduct real-time searches or provide recommendations for websites where you can perform the search yourself.
Error in Creating Assistant with GPT-4o:
1-Ensure your OpenAI API key is perfectly configured.
2-Access the Assistant creation menu.
3-Create an assistant with any configuration you desire.
4-In the API, select GPT-4o.
5-The system should return a 500 error.
What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Relevant log output
No response
Screenshots
OpenAi:

LibreChat:

Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions