nvalidRequestErroropenaierrorInvalidRequestError This is a chat model and not supported in the v1completions endpoint Did you mean to use v1chatcompletions
This error message indicates that you are trying to use the v1/completions endpoint with a chat model, which is not supported. Instead, you should use the v1/chat/completions endpoint. This endpoint is specifically designed for chat models and will allow you to generate responses in a conversational format. Please update your code to use the correct endpoint to resolve this error.
原文地址: https://www.cveoy.top/t/topic/bGUB 著作权归作者所有。请勿转载和采集!