Skip to content

Commit f8414f1

Browse files
Paresh NagoreParesh Nagore
authored andcommitted
Added ollama provider example in .env.example. User can run with free ollama cloud models
1 parent 4b95969 commit f8414f1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,13 @@ MODEL_ID=claude-sonnet-4-6
5959
# DeepSeek (no regional split, same endpoint globally)
6060
# ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic
6161
# MODEL_ID=deepseek-chat
62+
63+
64+
# =============================================================================
65+
66+
# Ollama provided models through cloud/local. Make sure ollama is running
67+
68+
# ANTHROPIC_API_KEY=your-ollama-api-key # ollama api key
69+
# ANTHROPIC_BASE_URL=http://localhost:11434 # Ollama's default port (keep as is unless you run from different port)
70+
# ANTHROPIC_AUTH_TOKEN=ollama # keep as is
71+
# MODEL_ID=minimax-m2.1:cloud # your model name

0 commit comments

Comments
 (0)