icecoins / ChatGPT_Android

an android demo to use openai's api / 一个调用openai接口实现与ChatGPT对话的APP示例
51 stars 16 forks source link

无法使用gpt-3.5-turbo-16k-0613模型 #7

Open shengshengmanman opened 1 year ago

shengshengmanman commented 1 year ago

请问无法使用gpt-3.5-turbo-16k-0613模型,调用api时出现以下问题: Error while calling OpenAI's API. 2023-09-11 15:54:01.191 2149-2290 MSG1 com.chat E Code: 404 { "error": { "message": "This is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?", "type": "invalid_request_error", "param": "model", "code": null } } 应该怎样解决呢?

icecoins commented 1 year ago

因为服务器端用的都是很久之前的接口了,openai的新模型可能有新的接口。 一两周内我或许会更新一下。 当然你也可以自行修改服务器端的代码然后运行在你的中转服务器上,见:https://github.com/icecoins/ChatGPT_Server 参考里面自定义的websocket类里的两个调用函数,自行为新接口设计一个新的调用函数即可。

icecoins commented 1 year ago

已支持对新的几个gpt3.5模型的调用

Tomorrow789 commented 11 months ago

请问,得到的中文回答,出现乱码,怎么解决?