mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-30 06:41:18 +01:00
Compare commits
1 Commits
master
...
feat/combi
| Author | SHA1 | Date | |
|---|---|---|---|
|
5cadcd1559
|
@@ -4,7 +4,7 @@ import type { EnhancementResult } from "./schema.ts"
|
||||
|
||||
import { enhancementResultJsonSchema, parseEnhancementResult } from "./schema.ts"
|
||||
|
||||
const DEFAULT_MODEL = "z-ai/glm-4.7-flash"
|
||||
const DEFAULT_MODEL = "openai/gpt-4.1-mini"
|
||||
const DEFAULT_TIMEOUT_MS = 30_000
|
||||
|
||||
export interface LlmClientConfig {
|
||||
|
||||
Reference in New Issue
Block a user