Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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