fix(opencode): update provider configuration

This commit is contained in:
2026-02-13 21:03:12 -05:00
parent d624a55769
commit bf34de3dc6

View File

@@ -3,14 +3,14 @@
"$schema": "https://opencode.ai/config.json",
"share": "disabled",
"provider": {
"ollama": {
"AquaAI": {
"npm": "@ai-sdk/openai-compatible",
"name": "AquaAI",
"options": {
"baseURL": "https://ollama.aquamorph.com/v1"
},
"models": {
"gpt-oss:20b": {
"hf.co/unsloth/gpt-oss-20b-GGUF:Q4_K_M": {
"name": "GPT OSS 20b"
},
"gpt-oss:120b": {
@@ -19,7 +19,10 @@
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
"name": "Qwen3 4b"
},
"qwen3-coder-next:latest": {
"glm-4.7-flash": {
"name": "GLM 4.7 Flash"
},
"qwen3-coder-next": {
"name": "Qwen3 Coder Next"
}
}