chatgpt-web
chatgpt-web copied to clipboard
设置为gpt-3.5-turbo-16k后的最大token问题
现在遇到一个问题,就是我已经选择了 gpt-3.5-turbo-16k-0613 模型,max_tokens 应该是16k,但是我还没来几次对话就提示了下面的错误:
ChatGPT error 400: {
"error": {
"message": "This model's maximum context length is 4097 tokens. However, you requested 4100 tokens (3076 in the messages, 1024 in the completion). Please reduce the length of the messages or completion.",
"type": "invalid_request_error",
"param": "messages",
"code": "context_length_exceeded"
}
}
很明显它还是设置的4096,也就是之前gpt-3.5的最大token,是不是因为chatgpt-web内部没切换成功?还是因为啥参数原因
看请求日志,你发这个看不出啥问题
这个日志在哪看?