-
-
Notifications
You must be signed in to change notification settings - Fork 6k
恢复超token错误提示 #468
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
例行检查
- 我已确认目前没有类似 issue
- 我已确认我已升级到最新版本
- 我已完整查看过项目 README,尤其是常见问题部分
- 我理解并愿意跟进此 issue,协助测试和提供反馈
- 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭
问题描述
原先超token错误提示是这样的:
{"error":{"message":"This model's maximum context length is 4097 tokens, however you requested 4179 tokens (3965 in your prompt; 214 for the completion). Please reduce your prompt; or completion length.","type":"invalid_request_error","param":"","code":null}} attempt 6
现在是这样的:
{"error":{"message":"bad status code: 400","type":"one_api_error","param":"","code":"bad_status_code"}} attempt 6
这种错误提示会让客户认为是我们的中转出现问题,而不是他自身的请求出现问题,为避免不必要的误会和频繁向客户解释,建议恢复原样。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
