You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Ollama works great for evaluations, there are some limitations:
306
+
307
+
#### Evolution Support
308
+
- **Limited support for `codeoptix evolve`**: The evolution feature uses GEPA optimization, which requires processing very long prompts. Ollama may fail with 404 errors or timeouts on complex evolution tasks.
309
+
- **Recommendation**: Use cloud providers (OpenAI, Anthropic, Google) for full evolution capabilities. For basic evolution testing, try smaller models like `llama3.1:8b` with minimal iterations.
310
+
311
+
#### Performance
312
+
- Large models (e.g., `gpt-oss:120b`) require significant RAM and may be slow on consumer hardware.
313
+
- Evolution tasks are computationally intensive and may not complete reliably with Ollama.
314
+
315
+
For advanced features like evolution, consider cloud providers or contact us for tailored enterprise solutions.
Copy file name to clipboardExpand all lines: docs/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,15 @@ When AI coding agents dazzle with impressive code but leave you wondering about
54
54
- ⚡ **CI/CD Integration** - Automated quality gates and GitHub Actions support
55
55
56
56
!!! tip "Ollama Support - No API Key Required!"
57
-
**CodeOptiX now supports Ollama** - use local models without API keys:
57
+
**CodeOptiX supports Ollama** for evaluations - use local models without API keys:
58
58
59
59
- ✅ **Ollama integration** - Run evaluations with local models
60
60
- ✅ **No API key needed** - Perfect for open-source users
61
61
- ✅ **Privacy-friendly** - All processing happens locally
62
62
- ✅ **Free to use** - No cloud costs
63
+
- ⚠️ **Limited evolution support** - Use cloud providers for `codeoptix evolve`
63
64
64
-
**See [Ollama Integration](guides/ollama-integration/) for setup instructions.**
65
+
**See [Ollama Integration](guides/ollama-integration/) for setup and limitations.**
65
66
66
67
**Cloud providers** (OpenAI, Anthropic, Google) still require API keys. See [Installation](getting-started/installation/#setting-up-llm-providers) for setup.
0 commit comments