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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user