Live data from Hacker News

OpenAI: Increased errors across API and ChatGPT

status.openai.com

11–20 of 67 posts

Re: OpenAI: Increased errors across API and ChatGPT

#11

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.

You might find the results from Google Cloud's Vertex AI better than the general purpose Bard. They have a number of pre-trained models for coding tasks. You can chat in the console UI or use the API directly. They also offer a number of open source models (codey & llama), so you can easily try different models

https://cloud.google.com/vertex-ai

https://console.cloud.google.com/vertex-ai/model-garden

Re: OpenAI: Increased errors across API and ChatGPT

#12

> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…

You can also, uh, just try it with a trivial test and see what happens.

Re: OpenAI: Increased errors across API and ChatGPT

#14
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?

Re: OpenAI: Increased errors across API and ChatGPT

#17
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"...

Re: OpenAI: Increased errors across API and ChatGPT

#18

> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…

Well, were it possible, I'd say go back in time and study your tools so that you're not spending the journeyman period of your career ricocheting between tutorials and faqs.

Failing that, read the documentation. Failing that, stand up a quick experiment.

Somehow, we survived before ChatGPT and even before saturated question boards. Those strategies are still available to you and well worth learning

Re: OpenAI: Increased errors across API and ChatGPT

#20

> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…

> What happens to the first insert if the second insert violates the constraint? Try it and see? Why do you need an AI to help with this?

Why do you use an internet search engine when you can walk to the library?
Post reply on HN