Merge pull request #2612 from MoerAI/fix/dead-fallback-model

fix(cli): replace dead glm-4.7-free with gpt-5-nano as ultimate fallback (fixes #2101)
This commit is contained in:
YeonGyu-Kim
2026-03-17 15:53:29 +09:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ export type { GeneratedOmoConfig } from "./model-fallback-types"
const ZAI_MODEL = "zai-coding-plan/glm-4.7"
const ULTIMATE_FALLBACK = "opencode/glm-4.7-free"
const ULTIMATE_FALLBACK = "opencode/gpt-5-nano"
const SCHEMA_URL = "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json"