New Chat Completion
cirwin518 opened this issue · 7 comments
The GPT-3.5-Turbo chat endpoint is live and requires a new completion method.
Hi! I was wondering too how to implement this into the plugin. I tried modifying the source files to add GPT 3.5-Turbo in the engines list but it doesn't show up in the game editor.
Turbo has different API requests than the other models. Turbo uses "https://api.openai.com/v1/chat/completions", this plugin uses "https://api.openai.com/v1/engines/modelname/completions", in order to support Turbo must upgrade the code.
I see, interesting. Thanks for the answer. Guess it is more complex than just adding a new model line then.
planning in adding support for it this weekend. Whisper is also on my list.
Awesome. Great plugin by the way, thanks a lot.
planning in adding support for it this weekend. Whisper is also on my list.
How's the upgrade coming along?
I note that the chat style of completion has a different package to send, so no simple task.
Also of note is that GPT4 uses the chat completion format :)
planning in adding support for it this weekend. Whisper is also on my list.
How's the upgrade coming along? I note that the chat style of completion has a different package to send, so no simple task. Also of note is that GPT4 uses the chat completion format :)
Sorry about the wait - it's been a hectic month but the update is finally here! The plugin now supports ChatGPT models and GPT-4.