Skip to content

semantic-kernel extension for VSCode doesn't support gpt-3.5 #1910

Closed
@joowon-dm-snu

Description

@joowon-dm-snu

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
  }
}
...


Metadata

Metadata

Labels

bugSomething isn't workingvscode

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions