-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 720 Bytes
/
.env.example
File metadata and controls
18 lines (15 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Example environment variables for running the demo and embedding server.
# Copy this file to `.env` and edit values before running the demo or docker-compose.
# Embedding variables
EMBED_MODEL_NAME=sentence-transformers/all-MiniLM-L6-v2
EMBEDDING_BASE_URL=http://localhost:1234/v1
EMBEDDING_API_KEY=your-embedding-key
# Using an OpenAI-compatible API
OPENAI_BASE_URL=https://<endpoint>.services.ai.azure.com/openai/v1/
OPENAI_API_KEY=<your_api_key_here>
OPENAI_MODEL=gpt-5.4-mini-2026-03-17
# # To use Azure OpenAI without the OpenAI-compatible endpoint
# AZURE_OPENAI_ENDPOINT=https://<endpoint>.services.ai.azure.com/
# AZURE_OPENAI_API_KEY=
# OPENAI_API_VERSION=2024-10-21
# OPENAI_MODEL=gpt-5.4-mini-2026-03-17