zhangliwei7758 / unity-AI-Chat-Toolkit

使用unity实现AI聊天相关功能。目前这个库包含了对chatgpt、chatglm等大语言模型的api调用的代码实现以及实现了微软Azure以及百度AI的语音服务功能,语音服务均采用web api实现,支持Windows/WebGL/Android等平台
MIT License
434 stars 62 forks source link

发送请求 400 #6

Open hiyoman1167 opened 1 year ago

hiyoman1167 commented 1 year ago

up主,为什么我每次发送请求返回的都是400 chatgpt3.5 turbo,api没有过期 "message": "We could not parse the JSON body of your request. (HINT: This likely means you aren't using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON.

圖片

zhangliwei7758 commented 12 months ago

url地址修改一下,改成【https://api.openai.com/v1/chat/completions