From c696e51020d3e5d5d98cec98dd6327db1f49dce4 Mon Sep 17 00:00:00 2001 From: Alexis Paques Date: Thu, 13 Mar 2025 10:31:37 +0100 Subject: [PATCH] doc: Add Ollama support in the documentation changing the base_url --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: