by timthelion on 11/28/23, 8:18 PM
I think we need a new type of status page or at least a public version number on llms, yesterday for me GPT4 started giving nonsense super generic answers, like it was hardly reading what I wrote, and today it is back to top notch performance. I think they were trying to make the model more efficient or something but I just saw a massive decrease in the quality of output. From my side though, there is no version number except for "4"...
by bun_at_work on 11/28/23, 7:58 PM
by airstrike on 11/28/23, 8:22 PM
This happens so often it's made it really easy to test an app I'm developing for API outages and put it into "maintenance mode" accordingly. I don't even need to mock the outage... just wait for the weekly occurrence
by extheat on 11/28/23, 8:30 PM
As an FYI, Bing Chat at
http://bing.com/chat continues to work even during OpenAI outages. It's also running GPT-4 -- it can be annoying when it reaches out to search, but you can usually explicitly prompt it to not do that.
by TechRemarker on 11/28/23, 8:06 PM
Same for the past 30+ minutes was surprised not to see it on HN but guess it just took a little time for someone to post. Tried Bard and reminded me how far behind it is when asking programmer questions.
by alexdoesstuff on 11/28/23, 8:34 PM
Does anyone know if Azure's OpenAI Studio is down as well? For everyone using ChatGPT APIs in production, this needs to be the most straightforward failover mechanism.
Using this to plug our open-source tool https://github.com/Marvin-Labs/lbgpt which allows ChatGPT consumers to quickly load balance and failover between OpenAi and Azure models.
by drexlspivey on 11/28/23, 8:17 PM
Has anyone managed to replicate the “search the web” functionality through the API? I’ve set up two “functions” one to get search results and one to extract the text from a search results and feed it back to the AI but I am a bit stuck.
What do you use to extract the text from a webpage and how do you handle websites with anti-bot measures?
by rvz on 11/28/23, 8:11 PM
by BrunoJo on 11/28/23, 8:18 PM
You may want to try
https://lemonfox.ai/ as a OpenAI API alternative. I think relying on open-source models is a great alternative.
by mg on 11/28/23, 8:10 PM
I'm running this comparison of free and open AI engines:
https://www.gnod.com/search/ai
Looks like they all currently work.
If there are more, let me know.
by bilsbie on 11/28/23, 8:32 PM
I’m seeing everyone reporting “laziness” today on X. Like it’s telling people to do their own coding. What’s up with that?
by gardenhedge on 11/28/23, 8:35 PM
Why don't they disable the free version when they're hitting this type of load
by sidibe on 11/28/23, 7:59 PM
Not working for me. Am I going to have to read docs or search Google like some boomer?