Wrong API endpoint for GPT3.5-turbo-instruct
Closed this issue · 1 comments
namnx228 commented
When switching to GPt3.5-turbo-instruct, got this issue:
[OpenAI Issue] Error: 404 · Not Found · {"error":{"message":"This is not a chat model and thus not supported in the v1/chat/completions endpoint. Did you mean to use v1/completions?","type":"invalid_request_error","param":"model","code":null}}
enricoros commented
Fixed. Making them available in the Chat UI was misleading. They can be used behind the scenes (e.g. for titling/summarizing) but not for Chat. Thanks for reporting.