added documentation for opencode

This commit is contained in:
2026-07-03 12:17:43 -07:00
parent 8a12f3d293
commit 3047c21869
4 changed files with 550 additions and 0 deletions
+8
View File
@@ -26,6 +26,14 @@ Ollama. Available models include:
Tested on an NVIDIA GeForce RTX 5060 Ti (16 GB VRAM).
## Model Guides
See the `docs/` directory for best-practice guides on each supported model:
- [DeepSeek V4 Flash Free](docs/DeepSeekV4FlashFree.md) — free model via opencode provider
- [Qwen3 8B 16k](docs/Qwen.md) — local model via Ollama
- [Claude (Anthropic)](docs/Claude.md) — paid model via API key
To use a custom config with `VOL_PATH=/data`, copy it to:
```