1
0
forked from agents/opencode

chore: 修正 hephaestus 模型 ID 拼写

This commit is contained in:
2026-03-10 16:04:56 +08:00
parent a1f5173300
commit a6f01430ce

View File

@@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"hephaestus": { "model": "openai/gpt-5.3-codx", "variant": "medium" }, "hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "google/gemini-3-flash-preview" }, "librarian": { "model": "google/gemini-3-flash-preview" },
"explore": { "model": "litellm/grok-code-fast-1" }, "explore": { "model": "litellm/grok-code-fast-1" },