mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
fix(opencode): update provider configuration
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"share": "disabled",
|
"share": "disabled",
|
||||||
"provider": {
|
"provider": {
|
||||||
"ollama": {
|
"AquaAI": {
|
||||||
"npm": "@ai-sdk/openai-compatible",
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
"name": "AquaAI",
|
"name": "AquaAI",
|
||||||
"options": {
|
"options": {
|
||||||
"baseURL": "https://ollama.aquamorph.com/v1"
|
"baseURL": "https://ollama.aquamorph.com/v1"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"gpt-oss:20b": {
|
"hf.co/unsloth/gpt-oss-20b-GGUF:Q4_K_M": {
|
||||||
"name": "GPT OSS 20b"
|
"name": "GPT OSS 20b"
|
||||||
},
|
},
|
||||||
"gpt-oss:120b": {
|
"gpt-oss:120b": {
|
||||||
@@ -19,7 +19,10 @@
|
|||||||
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
|
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
|
||||||
"name": "Qwen3 4b"
|
"name": "Qwen3 4b"
|
||||||
},
|
},
|
||||||
"qwen3-coder-next:latest": {
|
"glm-4.7-flash": {
|
||||||
|
"name": "GLM 4.7 Flash"
|
||||||
|
},
|
||||||
|
"qwen3-coder-next": {
|
||||||
"name": "Qwen3 Coder Next"
|
"name": "Qwen3 Coder Next"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user