Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,18 @@ ANTHROPIC_API_KEY=sk-ant-your-key-here
# OPENAI_API_KEY=ollama
# OPENAI_MODEL=llama3.2


# -----------------------------------------------------------------------------
# Option 5b: Ollama Cloud (remote models via ollama.com)
# -----------------------------------------------------------------------------
# Requires an Ollama account and API key from https://ollama.com/settings/keys
# Run `ollama signin` first to authenticate, then set your API key below.
#
# CLAUDE_CODE_USE_OPENAI=1
# OLLAMA_API_KEY=your-ollama-api-key-here
# OPENAI_BASE_URL=https://ollama.com/v1
# OPENAI_MODEL=gpt-oss:120b

# -----------------------------------------------------------------------------
# Option 6: LM Studio (local models)
# -----------------------------------------------------------------------------
Expand Down
173 changes: 0 additions & 173 deletions python/ollama_provider.py

This file was deleted.

Loading