-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 801 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Cosmos DB (use emulator for local development)
COSMOS_ENDPOINT=https://localhost:8081/
# Emulator primary key (default emulator key)
COSMOS_KEY=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==
# Optional: preferred region
#COSMOS_PREFERRED_REGION=East US
# Azure AI Configuration
# Get your API key from: https://github.com/marketplace/models
AZURE_ENDPOINT=https://models.inference.ai.azure.com
AZURE_API_KEY=your_github_token_here
AZURE_MODEL=gpt-4o
# Advanced Agentic Features
ENABLE_FUNCTION_CALLING=true
MAX_ITERATIONS=5
# Azure Cosmos DB (optional, defaults to local emulator)
COSMOS_ENDPOINT=https://localhost:8081
COSMOS_KEY=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==
# Server Configuration
PORT=3002