I'm using gpt-3.5-turbo for completion as it's much cheaper than davinci model.
Here's error log if i use gpt-3.5-turbo. I hope extension also supports chat/completions
AI Provider: OpenAI
Model: gpt-3.5-turbo
Execute: CodeTutorSkill.GeneralTutorChat
Content:
{
"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
}
}
...
I'm using gpt-3.5-turbo for completion as it's much cheaper than davinci model. Here's error log if i use gpt-3.5-turbo. I hope extension also supports chat/completions