blrchen / chatgpt-minimal

Lightweight chatgpt bot built using Next.js and the OpenAI Streaming API. 一个使用 Next.js 和 OpenAI Streaming API 创建的简易ChatGPT聊天机器人

Home Page:https://chatgpt-minimal.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can you show me, how you deploy this project to vercel?

ozbillwang opened this issue · comments

I did it, but after type the question, no responds

Please ensure the Environment Variables in the Vercel admin dashboard are correctly set. If you're using OpenAI ChatGPT, set the OPENAI_API_KEY. For Azure OpenAI, set the AZURE_OPENAI_API_BASE_URL, AZURE_OPENAI_API_KEY and AZURE_OPENAI_DEPLOYMENT.

If you still not get chat response, please share error log displayed in Vercel admin dashboard.