Live data from Hacker News

Elevated Errors on API and ChatGPT

status.openai.com

81–90 of 182 posts

Re: Elevated Errors on API and ChatGPT

#83

The OpenAI API is currently down. Also, the uptime graph for November doesn't look so great: https://status.openai.com/uptime [Edit] Probably a duplicate of https://news.ycombinator.com/item?id=38371169 but I linked directly to the incident page so it didn't show up as a dupe.

I imagine it’s from a spike in traffic after dev day

Re: Elevated Errors on API and ChatGPT

#87

Its outage shows me how much I now rely on ChatGPT during novel programming. I've been smashing that refresh button like a lab rat with a pellet lever.

https://phind.com is up and running if you're looking for a replacement.

Disclosure: I'm a co-founder.

Re: Elevated Errors on API and ChatGPT

#89
post #85

And it starts. The 5 remaining employees are at table negotiating if Sam and the rest of the org comes back.

Last week I was the intern. This weekend I'm the VP of infrastructure

Go forward and speak!

Oh wait, stop that, shut the hell up, we'll beat you, or worse send the lawyer dogs to hunt!

Re: Elevated Errors on API and ChatGPT

#90
If you’re on a Mac, Ollama with the Code Llama model and a bit of prompting is pretty decent if you’re doing Python or Javascript.

Runs locally on Apple Silicon.

5-10 minute setup. It’s all free.

https://ollama.ai

Edit: a couple of comments below are recommending Mistral 7B over Code Llama/Llama2, so give that a try with Ollama too:

  ollama run mistral
https://ollama.ai/library/mistral
Post reply on HN