refactor: 初步迁移模型到litellm
This commit is contained in:
@@ -1,78 +1,77 @@
|
||||
// bunx oh-my-opencode doctor --verbose
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory
|
||||
"agents": {
|
||||
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
|
||||
"sisyphus": {
|
||||
"model": "cpa-anthropic/claude-opus-4-6",
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"variant": "max"
|
||||
},
|
||||
"hephaestus": {
|
||||
"model": "cpa-openai/gpt-5.3-codex",
|
||||
"model": "litellm/gpt-5.3-codex",
|
||||
"variant": "medium"
|
||||
},
|
||||
"atlas": {
|
||||
"model": "cpa-anthropic/claude-sonnet-4-5"
|
||||
"model": "litellm/claude-sonnet-4-5"
|
||||
},
|
||||
"oracle": {
|
||||
"model": "cpa-openai/gpt-5.2",
|
||||
"model": "litellm/gpt-5.2",
|
||||
"variant": "high"
|
||||
},
|
||||
"librarian": {
|
||||
"model": "cpa-google/gemini-3-flash"
|
||||
"model": "litellm/gemini-3-flash"
|
||||
},
|
||||
"explore": {
|
||||
"model": "cpa-google/gemini-3-flash"
|
||||
"model": "litellm/gemini-3-flash"
|
||||
},
|
||||
"multimodal-looker": {
|
||||
"model": "cpa-google/gemini-3-flash"
|
||||
"model": "litellm/gemini-3-flash"
|
||||
},
|
||||
"prometheus": {
|
||||
"model": "cpa-anthropic/claude-opus-4-6",
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"variant": "max"
|
||||
},
|
||||
"metis": {
|
||||
"model": "cpa-anthropic/claude-opus-4-6",
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"variant": "max"
|
||||
},
|
||||
"momus": {
|
||||
"model": "cpa-openai/gpt-5.2",
|
||||
"model": "litellm/gpt-5.2",
|
||||
"variant": "medium"
|
||||
},
|
||||
"sisyphus-junior": {
|
||||
"model": "cpa-anthropic/claude-sonnet-4-5"
|
||||
"model": "litellm/claude-sonnet-4-5"
|
||||
}
|
||||
},
|
||||
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md#built-in-categories
|
||||
"categories": {
|
||||
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories
|
||||
"visual-engineering": {
|
||||
"model": "cpa-google/gemini-3-pro",
|
||||
"model": "litellm/gemini-3-pro",
|
||||
"variant": "high"
|
||||
},
|
||||
"ultrabrain": {
|
||||
"model": "cpa-openai/gpt-5.3-codex",
|
||||
"model": "litellm/gpt-5.3-codex",
|
||||
"variant": "xhigh"
|
||||
},
|
||||
"deep": {
|
||||
"model": "cpa-openai/gpt-5.3-codex",
|
||||
"model": "litellm/gpt-5.3-codex",
|
||||
"variant": "medium"
|
||||
},
|
||||
"artistry": {
|
||||
"model": "cpa-google/gemini-3-pro",
|
||||
"model": "litellm/gemini-3-pro",
|
||||
"variant": "high"
|
||||
},
|
||||
"quick": {
|
||||
"model": "cpa-google/gemini-3-flash"
|
||||
"model": "litellm/gemini-3-flash"
|
||||
},
|
||||
"unspecified-low": {
|
||||
"model": "cpa-anthropic/claude-sonnet-4-5"
|
||||
"model": "litellm/claude-sonnet-4-5"
|
||||
},
|
||||
"unspecified-high": {
|
||||
"model": "cpa-anthropic/claude-opus-4-6",
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"variant": "max"
|
||||
},
|
||||
"writing": {
|
||||
"model": "cpa-google/gemini-3-flash"
|
||||
"model": "litellm/gemini-3-flash"
|
||||
}
|
||||
},
|
||||
"git_master": {
|
||||
|
||||
Reference in New Issue
Block a user