cssxsh / mirai-openai-plugin

Mirai Console OpenAI ChatBot 插件
GNU Affero General Public License v3.0
130 stars 13 forks source link

[Feature Request] 添加调用v1/chat/completions选项 #10

Closed chenxi050402 closed 1 year ago

chenxi050402 commented 1 year ago

openai新增了调用gpt-3.5-turbo(chatgpt模型)的选项,花费低还强大,但只能通过https://api.openai.com/v1/chat/completions调用 使用v1/completions会报错

chenxi050402 commented 1 year ago

@cssxsh 可不可以两个接口的选项并存? 有时候聊天模式可能需要换成更低的GPT3模型进行调用

cssxsh commented 1 year ago

你可以PR