mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
- Increase DEFAULT_OUTPUT_TOKEN_LIMIT from 16K to 32K - Remove auto-detection from modelsConfig, apply at provider level - Use conservative default (min of model limit and 32K) when user hasn't configured max_tokens - Respect user configuration but cap at model's max output limit to avoid API errors Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| constants.ts | ||
| index.ts | ||
| modelConfigErrors.ts | ||
| modelConfigResolver.test.ts | ||
| modelConfigResolver.ts | ||
| modelRegistry.test.ts | ||
| modelRegistry.ts | ||
| modelsConfig.test.ts | ||
| modelsConfig.ts | ||
| types.ts | ||