chenchun
4c65b2398d
fix: 将默认 max_tokens 从 100000 调整为 64000
将 Yi.Framework.AiHub.Domain/AiGateWay/Impl/ThorClaude/Chats/ClaudiaChatCompletionsService.cs 中对外请求的默认 max_tokens 值由 100000 降为 64000。
原因:避免超出模型/服务允许的 token 限制或引发资源/性能异常;仍然允许通过 input.MaxTokens 显式覆盖该默认值。已在本地构建并用简单请求验证变更生效。
2025-11-24 17:42:18 +08:00
..
2025-07-17 23:10:26 +08:00
2025-11-24 17:42:18 +08:00
2025-08-11 15:31:11 +08:00
2025-09-04 22:26:06 +08:00
2025-10-11 15:25:43 +08:00
2025-08-11 15:31:11 +08:00
2025-08-11 15:31:11 +08:00
2025-10-11 15:25:43 +08:00
2025-08-11 15:31:11 +08:00
2025-10-11 15:25:43 +08:00
2025-10-11 15:25:43 +08:00
2025-07-17 23:10:26 +08:00