diff --git a/README.md b/README.md index 73aa093..5f2d8cd 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,16 @@ browser: headless: true ``` +Or a local LLM using Ollama + +```yaml +llm: + provider: openai + model_name: qwq:32b + max_tokens: 131072, + base_url: http://localhost:11434/v1 +``` + ## 🚀 Quick Start Once installed, you can start using Anus right away: