codex 并发限制,只能串行响应吗 #4022
Unanswered
rualuengmeuae
asked this question in
Q&A
Replies: 1 comment
-
|
可以并行,但是可能会碰到限流,TPS 只有个位数,就会让你感觉到“卡住了”,如下图
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
出现下面的情况:
客户端(c1)收到流式响应,收到一半突然完全卡住;
客户端(c2)一开始完全卡住,c1 卡住之后,c2 才开始收到流式响应,但是 c2 也收到一半突然卡住;
c2 卡住之后,c1 才开始继续收到流式响应。
而且 opencode 多开同时调用 cpa ,能明显感到速度变慢
Beta Was this translation helpful? Give feedback.
All reactions