mirror of
https://github.com/kennethnym/aris.git
synced 2026-05-06 16:41:18 +01:00
Compare commits
1 Commits
33edc5c9f1
...
feat/defau
| Author | SHA1 | Date | |
|---|---|---|---|
|
006bee9033
|
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user