chore: replace big-pickle model with glm-4.7-free

This commit is contained in:
justsisyphus
2026-01-30 13:44:04 +09:00
parent b1c1f02172
commit 67aeb9cb8c
15 changed files with 80 additions and 75 deletions

View File

@@ -36,7 +36,7 @@ export interface GeneratedOmoConfig {
const ZAI_MODEL = "zai-coding-plan/glm-4.7"
const ULTIMATE_FALLBACK = "opencode/big-pickle"
const ULTIMATE_FALLBACK = "opencode/glm-4.7-free"
const SCHEMA_URL = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"
function toProviderAvailability(config: InstallConfig): ProviderAvailability {