mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-02-02 20:53:40 +00:00
feat(opencode): initial opencode config
This commit is contained in:
21
home/dot_config/opencode/opencode.json
Normal file
21
home/dot_config/opencode/opencode.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"disabled_providers": ["opencode"],
|
||||||
|
"$schema": "https://opencode.ai/config.json",
|
||||||
|
"provider": {
|
||||||
|
"ollama": {
|
||||||
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
|
"name": "AquaAI",
|
||||||
|
"options": {
|
||||||
|
"baseURL": "https://ollama.aquamorph.com/v1"
|
||||||
|
},
|
||||||
|
"models": {
|
||||||
|
"gpt-oss:20b": {
|
||||||
|
"name": "GPT OSS 20b"
|
||||||
|
},
|
||||||
|
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
|
||||||
|
"name": "Qwen3 4b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user