Deployment on Vercel fails to give any response
VireshDhawan opened this issue · 3 comments
The POST method call to URL: https://chathn-rosy.vercel.app/api/chat
with the Payload: {
"role": "user",
"content": "Get me the top 5 stories on Hacker News in markdown table format. Use columns like title, link, score, and comments."
}
Fails, this fails with any message
I also changed the OPENAI API KEY to a recently generated one.
Apparently this issue also exists on the deployed version here: https://chathn.vercel.app/
I think the deployed version got fixed, but somehow hosting a new version still gives an error, is there a backend that needs to be deployed separately from this? Not sure if this is a bug or something that I am missing.
I think I got the issue, the Quote for my key was exceeded, I think there could have been a better error message