Live data from Hacker News

Major outages across ChatGPT and API

status.openai.com

71–80 of 617 posts

Re: Major outages across ChatGPT and API

#71
post #12

Dreaming of the day I run my own models and can be entirely responsible for my own outages.

You can do that today depending on what you need from the models.

Let's say I'm writing Flask code all day, and I need help with various parts of my code. Can I do it today or not? With questions like, "How to add 'Log in with Google' to the login screen" etc.

Re: Major outages across ChatGPT and API

#74

URGENT - Does anyone have an alternative to OpenAI's embeddings API? I do have alternative to GPT's API (e.g. Anthropic Claude) but I'm not able to use them without embeddings API (used to generate semantic representation of my knowledge base and also to create embeddings from user's queries). We need to have an alternative to OpenAI's embeddings as a fallback in case of outages.

This reminds us that, what if our databases are maintained using OpenAI's embeddings, and the API suddenly goes down? How do we find alternatives to match the already generated database?

Re: Major outages across ChatGPT and API

#80

URGENT - Does anyone have an alternative to OpenAI's embeddings API? I do have alternative to GPT's API (e.g. Anthropic Claude) but I'm not able to use them without embeddings API (used to generate semantic representation of my knowledge base and also to create embeddings from user's queries). We need to have an alternative to OpenAI's embeddings as a fallback in case of outages.

To my knowledge, you cannot mix embeddings from different models. Each dimension has a different meaning for each model.
Post reply on HN