mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Improve quota- and resource-related 429 error handling, also taking Code Assist customer tiers into consideration (#3609)
This commit is contained in:
parent
8f2da86aa5
commit
b0cce95286
14 changed files with 611 additions and 63 deletions
|
|
@ -103,6 +103,7 @@ export interface SandboxConfig {
|
|||
export type FlashFallbackHandler = (
|
||||
currentModel: string,
|
||||
fallbackModel: string,
|
||||
error?: unknown,
|
||||
) => Promise<boolean>;
|
||||
|
||||
export interface ConfigParameters {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue