-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (18 loc) · 823 Bytes
/
.env.example
File metadata and controls
20 lines (18 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# GitHub Access — needs repo read scope at minimum
GITHUB_TOKEN=ghp_your_token_here
# Embedding Provider (openai | kimi | ollama | voyageai | jina)
# ollama runs locally — no API key needed, no rate limits
# jina gives you 10M free tokens per API key, no account needed
EMBEDDING_PROVIDER=ollama
# EMBEDDING_API_KEY= # not needed for ollama
EMBEDDING_MODEL=nomic-embed-text
# EMBEDDING_DIMENSIONS=512 # Matryoshka truncation — use fewer dims for faster clustering
# For cloud providers, uncomment and set:
# EMBEDDING_PROVIDER=jina
# EMBEDDING_API_KEY=jina_your_key_here
# EMBEDDING_MODEL=jina-embeddings-v3
# LLM Provider for deep review (openai | kimi | anthropic | ollama | opencode)
# opencode zen offers kimi-k2.5-free at zero cost
LLM_PROVIDER=opencode
LLM_API_KEY=sk-your-key-here
LLM_MODEL=kimi-k2.5-free