forked from TheSiebi/ogd4all
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
27 lines (21 loc) · 780 Bytes
/
Copy pathexample.env
File metadata and controls
27 lines (21 loc) · 780 Bytes
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
27
# Copy this file, rename to .env and fill in your values.
# .env is gitignored
# LLMs
# Native OpenAI (easiest)
OPENAI_API_KEY=
# Azure OpenAI (alternative to native OpenAI)
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_ENDPOINT= # e.g. https://<resource>.openai.azure.com/openai/deployments/
AZURE_OPENAI_ENDPOINT_EMBEDDING_LARGE= # endpoint for text-embedding-3-large deployment
# OpenRouter
OPENROUTER_API_KEY=
# Hybrid embedding/BM25 search (optional)
# Only needed when running with --hybrid_search or --bm25_search
MILVUS_CLUSTER_ENDPOINT=
MILVUS_CLUSTER_TOKEN=
# Geocoding
# Falls back to Nominatim (no key needed) if not set
GOOGLE_GEOCODING_API_KEY=
# E2B Sandbox (optional)
# Only needed when running with --analyzer simple (cloud sandbox)
E2B_API_KEY=