microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
22k stars 3.28k forks source link

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

Open joowon-dm-snu opened 1 year ago

joowon-dm-snu commented 1 year ago

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
  }
}
...
github-actions[bot] commented 7 months ago

This issue is stale because it has been open for 90 days with no activity.

moonbox3 commented 3 months ago

@markwallace-microsoft is this issue still needed?