-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
请问无法使用gpt-3.5-turbo-16k-0613模型,调用api时出现以下问题:
Error while calling OpenAI's API.
2023-09-11 15:54:01.191 2149-2290 MSG1 com.chat E Code: 404
{
"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
Assignees
Labels
No labels