Files
page-agent/packages/llms/src/constants.ts
T

4 lines
135 B
TypeScript
Raw Normal View History

// Internal constants
2025-12-22 16:29:19 +08:00
export const LLM_MAX_RETRIES = 2
export const DEFAULT_TEMPERATURE = 0.7 // higher randomness helps auto-recovery