The community member built a chatbot using create-llama and deployed it on Vercel. Initially, the chatbot responded to their messages, but after 2-3 conversations, it stopped responding. The community member ran the model locally and received an error that the quota had been exceeded. They tried changing multiple OpenAI API keys, reinstalling the repository, and using multiple backends, but the issue persisted.
In the comments, another community member suggested checking the billing and usage limit on OpenAI, as the limit is the same for all keys. Another community member responded that changing the account and getting a paid one resolved the issue.
@Logan M Hey Actually I build one chatbot using create-llama and deployed it on vercel initially it responded to my message after 2-3 conversation it stopped responding i again ran the model locally got the error that quota has exceeded but now i have changes 2,3 different openAI keys I'm still not able to get it working i did reinstalltion of every repo but still same error what's the issue Note: I have tried changing many API Keys but issue tried multiple installtion with multiple backend but issue is still there