mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-27 02:15:50 +03:00
[GH-ISSUE #22] Cherry Studio上不能流式输出 #20
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#20
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 @mailbyms on GitHub (Aug 7, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/22
使用 kiro oauth,把接口填到 cherry studio,发现输出是一整块输出,不是流式,虽然后台日志打印了 stream:true
@justlovemaki commented on GitHub (Aug 7, 2025):
kiro的接口就不支持流式,这也是大多数人觉得kiro的claude慢的原因。
所以只是在接口层面做了流式的模拟,让它兼容流式接口。