[mod] fix
This commit is contained in:
parent
dbef501220
commit
379f8b56db
1 changed files with 7 additions and 7 deletions
|
|
@ -63,11 +63,11 @@ cat <<EOF > /root/.config/opencode/opencode.json
|
||||||
{
|
{
|
||||||
"plugin": ["oh-my-opencode"],
|
"plugin": ["oh-my-opencode"],
|
||||||
"theme": "oh-my-opencode",
|
"theme": "oh-my-opencode",
|
||||||
"model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K",
|
"model": "local/qwen3",
|
||||||
"small_model": "local/gemma3:4b",
|
"small_model": "local/gemma3",
|
||||||
"default_agent": "Sisyphus",
|
"default_agent": "Sisyphus",
|
||||||
"provider": {
|
"provider": {
|
||||||
"local": {
|
"halo": {
|
||||||
"npm": "@ai-sdk/openai-compatible",
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
"name": "local models",
|
"name": "local models",
|
||||||
"options": { "baseURL": "http://host.docker.internal:11434/v1" },
|
"options": { "baseURL": "http://host.docker.internal:11434/v1" },
|
||||||
|
|
@ -87,10 +87,10 @@ EOF
|
||||||
RUN cat <<EOF > /root/.config/opencode/oh-my-opencode.json
|
RUN cat <<EOF > /root/.config/opencode/oh-my-opencode.json
|
||||||
{
|
{
|
||||||
"agents": {
|
"agents": {
|
||||||
"Sisyphus": { "model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K" },
|
"Sisyphus": { "model": "halo/glm47" },
|
||||||
"Oracle": { "model": "local/hf.co/LiquidAI/LFM2-24B-A2B-GGUF:Q8_0" },
|
"Oracle": { "model": "halo/lfm2" },
|
||||||
"Librarian": { "model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K" },
|
"Librarian": { "model": "halo/glm47" },
|
||||||
"Hephaestus": { "model": "local/qwen3-coder-next:latest" }
|
"Hephaestus": { "model": "halo/qwen3" }
|
||||||
},
|
},
|
||||||
"disabled_agents": ["multimodal-looker"],
|
"disabled_agents": ["multimodal-looker"],
|
||||||
"confirm_dangerous_actions": false
|
"confirm_dangerous_actions": false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue