mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
32 lines
740 B
JSON
32 lines
740 B
JSON
{
|
|
"disabled_providers": ["opencode"],
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"share": "disabled",
|
|
"provider": {
|
|
"AquaAI": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "AquaAI",
|
|
"options": {
|
|
"baseURL": "https://ollama.aquamorph.com/v1"
|
|
},
|
|
"models": {
|
|
"hf.co/unsloth/gpt-oss-20b-GGUF:Q4_K_M": {
|
|
"name": "GPT OSS 20b"
|
|
},
|
|
"gpt-oss:120b": {
|
|
"name": "GPT OSS 120b"
|
|
},
|
|
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
|
|
"name": "Qwen3 4b"
|
|
},
|
|
"glm-4.7-flash": {
|
|
"name": "GLM 4.7 Flash"
|
|
},
|
|
"qwen3-coder-next": {
|
|
"name": "Qwen3 Coder Next"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|