mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 09:25:59 +03:00
[GH-ISSUE #244] 关于kiro 添加账号后 转API使用 要怎么选择模型? #174
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fengmikaelson on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/244
OS: ubuntu docker部署
Software Version: 2.7.1
Dependencies: Node v20.19.6
后台已经读到了4.5了,但是不管怎么设置,始终都是3.5.知识库也很旧。是配置问题吗?
把kiro转api后添加到cherry studio里使用,已经能读取到模型了
但是在对话过程中,似乎永远都是3.5不会根据自己选择的模型来作答。是哪里有配置问题吗?不吝赐教。
已参考过这个issue,但是似乎没有解决问题https://github.com/justlovemaki/AIClient-2-API/issues/11
@justlovemaki commented on GitHub (Jan 15, 2026):
#128
@fengmikaelson commented on GitHub (Jan 15, 2026):
已更新,抱歉。
@justlovemaki commented on GitHub (Jan 15, 2026):
你怎么确定是3.5的呢?看看控制台日志
@fengmikaelson commented on GitHub (Jan 15, 2026):
似乎知识库很旧,控制台日志倒是没错
[18:01:10] [INFO] [Config] MODEL_PROVIDER overridden by path segment to: claude-kiro-oauth
[18:01:10] [INFO] [API Service] Using pooled configuration for claude-kiro-oauth: 04e2910b-89e2-4fc4-9197-36108402781a
[18:01:10] [INFO] [Adapter] getServiceAdapter, provider: claude-kiro-oauth, uuid: 04e2910b-89e2-4fc4-9197-36108402781a
[18:01:10] [INFO] [Content Generation] Model: claude-opus-4-5, Stream: true
[18:01:10] [INFO] [Request Convert] Request format matches backend provider. No conversion needed.
[18:01:10] [INFO] [System Prompt Manager] System prompt updated in file for provider 'claude'.
[18:01:10] [INFO] [Kiro] Expiry date: 1768472186711, Current time: 1768471270910, 15 minutes from now: 1768472170910
[18:01:10] [INFO] [Kiro] Calling generateContentStream with model: claude-opus-4-5 (real streaming)
@justlovemaki commented on GitHub (Jan 15, 2026):
这种方法判断并不准确
@fengmikaelson commented on GitHub (Jan 15, 2026):
不过看日志是没问题,模型是走4.5
那是否可以判定 没有问题呢?或者有更好的校验方式吗?