-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 1.71 KB
/
Copy path.env.example
File metadata and controls
26 lines (21 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ─────────────────────────────────────────────────────────────────
# BiteBuddy.AI — Environment Configuration
# ─────────────────────────────────────────────────────────────────
# Copy this file to .env and fill in your real values.
# NEVER commit the real .env file to version control.
# ─────────────────────────────────────────────────────────────────
# ── LLM Provider Credentials ──────────────────────────────────────
# Your OpenAI-compatible API key (passed to LiteLLM)
ANTHROPIC_API_KEY=your-api-key-here
# The base URL of your LLM provider (e.g. NVIDIA NIM, OpenRouter, etc.)
ANTHROPIC_BASE_URL=https://your-provider-base-url-here
# ── Model Overrides (optional) ─────────────────────────────────────
# Override the default primary generation model.
# If unset, the app uses: openai/meta/llama-3.3-70b-instruct
ANTHROPIC_DEFAULT_SONNET_MODEL=meta/llama-3.3-70b-instruct
# Override the regional language model (Hindi/Gujarati routing).
# If unset, the app uses: openai/sarvamai/sarvam-m
BITEBUDDY_MODEL_SARVAM=sarvamai/sarvam-m
# Override the embedding model used for vector search.
# If unset, the app uses: openai/nvidia/nv-embedqa-e5-v5
BITEBUDDY_MODEL_EMBED=nvidia/nv-embedqa-e5-v5