-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy path.env.example
More file actions
25 lines (18 loc) · 740 Bytes
/
.env.example
File metadata and controls
25 lines (18 loc) · 740 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
# Azure AI Foundry Configuration
# Copy this file to .env and fill in your values
# Azure AI Foundry / Azure OpenAI endpoint (required)
# Example: https://myresource.openai.azure.com
AZURE_AI_ENDPOINT=
# API Key for authentication (required if not using Azure AD)
AZURE_AI_API_KEY=
# Azure AI Foundry project name (optional)
AZURE_AI_PROJECT=
# Default model for chat completions (optional, defaults to gpt-4o)
# Use your deployed model name, e.g., gpt-4o, gpt-35-turbo
AZURE_AI_DEFAULT_MODEL=gpt-4o
# Default model for embeddings (optional)
AZURE_AI_EMBEDDING_MODEL=text-embedding-3-small
# Azure AI Search endpoint (optional, for RAG/vector search)
AZURE_SEARCH_ENDPOINT=
# Azure AI Search API key (optional)
AZURE_SEARCH_API_KEY=