feat: switch default LLM to glm-4.7-flash (#108)

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-30 00:00:53 +01:00
committed by GitHub
parent f549859a44
commit 4097470656

View File

@@ -4,7 +4,7 @@ import type { EnhancementResult } from "./schema.ts"
import { enhancementResultJsonSchema, parseEnhancementResult } from "./schema.ts"
const DEFAULT_MODEL = "openai/gpt-4.1-mini"
const DEFAULT_MODEL = "z-ai/glm-4.7-flash"
const DEFAULT_TIMEOUT_MS = 30_000
export interface LlmClientConfig {