4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
// Internal constants
|
|
export const LLM_MAX_RETRIES = 2
|
|
export const DEFAULT_TEMPERATURE = 0.7 // higher randomness helps auto-recovery
|