ashinnotfound / ChatGPT-YourChatRobot

❤开箱即用❤an unofficial implement of ChatGPT in QQ/Wechat. 一个非官方的ChatGPT腾讯qq/微信(非公众号)实现版,快来把你的qq或微信变成chatgpt吧
MIT License
431 stars 98 forks source link

com.theokanning.openai.OpenAiHttpException: This is not a chat model and thus not supported in the v1/chat/completions endpoint. Did you mean to use v1/completions? #63

Closed cuikunyu123 closed 1 year ago

cuikunyu123 commented 1 year ago

这是什么错

ashinnotfound commented 1 year ago

openai的gpt3.5及以上版本使用chat的completion,此项目默认也使用chat的completion接口,因此如果你使用不是3.5(或以上)的模型,就会报这个错误。你只需把我调completion的接口改为普通的即可

image

具体看https://platform.openai.com/docs/models/model-endpoint-compatibility