feat: improve perf on newer models

This commit is contained in:
Simon
2025-12-22 19:10:13 +08:00
parent a34d86ba75
commit 35db15460e
4 changed files with 74 additions and 10 deletions

View File

@@ -18,4 +18,4 @@ export const DEFAULT_BASE_URL: string =
export const LLM_MAX_RETRIES = 2
export const DEFAULT_TEMPERATURE = 0.7 // higher randomness helps auto-recovery
export const DEFAULT_MAX_TOKENS = 4096
export const DEFAULT_MAX_TOKENS = 16000