Files
homelab-configs/opencode/config.json
jgitta 290aedf82d Add complete homelab documentation and configurations
Documentation:
- OpenCode + LiteLLM integration guide
- LiteLLM complete setup with 16 models
- Gitea centralized configuration guide
- Testing procedures and verification
- API keys setup instructions

Configurations:
- OpenCode config pointing to LiteLLM
- Updated LiteLLM config with all models
- Nextcloud docker-compose template

Scripts:
- Gitea setup automation
- OpenCode testing script

Infrastructure:
- Gitea: 192.168.88.200:3000
- LiteLLM: 192.168.88.27:4000
- Nextcloud: 192.168.88.62
2026-04-25 10:56:21 -05:00

10 lines
205 B
JSON

{
"apiProvider": "openai",
"apiBase": "http://192.168.88.27:4000",
"apiKey": "litellm-local-key-change-in-production",
"model": "gpt-4o",
"timeout": 600,
"maxTokens": 4096,
"verbose": true
}