From f8414f1ef61a76a8e11abab4d1c18f72c00059f6 Mon Sep 17 00:00:00 2001 From: Paresh Nagore Date: Mon, 4 May 2026 08:25:44 +0530 Subject: [PATCH] Added ollama provider example in .env.example. User can run with free ollama cloud models --- .env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.env.example b/.env.example index 7cb430627..3b150979a 100644 --- a/.env.example +++ b/.env.example @@ -59,3 +59,13 @@ MODEL_ID=claude-sonnet-4-6 # DeepSeek (no regional split, same endpoint globally) # ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic # MODEL_ID=deepseek-chat + + +# ============================================================================= + +# Ollama provided models through cloud/local. Make sure ollama is running + +# ANTHROPIC_API_KEY=your-ollama-api-key # ollama api key +# ANTHROPIC_BASE_URL=http://localhost:11434 # Ollama's default port (keep as is unless you run from different port) +# ANTHROPIC_AUTH_TOKEN=ollama # keep as is +# MODEL_ID=minimax-m2.1:cloud # your model name