Logo
Explore Help
Sign In
Rockachopa/Timmy-time-dashboard
1
0
Fork 2
You've already forked Timmy-time-dashboard
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
f7c574e0b22637678c824192b31510172869c40b
Timmy-time-dashboard/opencode.json

18 lines
337 B
JSON
Raw Normal View History

config: add opencode.json with local Ollama provider (#71) * test: remove hardcoded sleeps, add pytest-timeout - Replace fixed time.sleep() calls with intelligent polling or WebDriverWait - Add pytest-timeout dependency and --timeout=30 to prevent hangs - Fixes test flakiness and improves test suite speed * feat: add Aider AI tool to Forge's toolkit - Add Aider tool that calls local Ollama (qwen2.5:14b) for AI coding assist - Register tool in Forge's code toolkit - Add functional tests for the Aider tool * config: add opencode.json with local Ollama provider for sovereign AI --------- Co-authored-by: Alexander Payne <apayne@MM.local>
2026-02-26 23:21:43 -05:00
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama (local)",
"options": {
"baseURL": "http://localhost:11434/v1"
},
"models": {
"qwen2.5:14b": {
"name": "Qwen 2.5 14B"
}
}
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 339ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API