Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Azure AI Foundry project endpoint URL, e.g. https://your-project.services.ai.azure.com/api/projects/your-project
FOUNDRY_PROJECT_ENDPOINT=

# Model deployment name in your Foundry project
FOUNDRY_MODEL=
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Azure OpenAI resource endpoint URL, e.g. https://your-resource.openai.azure.com/
AZURE_OPENAI_ENDPOINT=

# Azure OpenAI model deployment name
AZURE_OPENAI_MODEL=
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Azure AI Foundry project endpoint URL, e.g. https://your-project.services.ai.azure.com/api/projects/your-project
FOUNDRY_PROJECT_ENDPOINT=

# Model deployment name in your Foundry project
FOUNDRY_MODEL=

# Redis connection string (defaults to redis://localhost:6379 if unset)
REDIS_CONNECTION_STRING=

REDIS_STREAM_TTL_MINUTES=10 # Stream key TTL in minutes; use a positive integer (default: 10). Non-positive values remove keys immediately (Redis EXPIRE).
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Azure AI Foundry project endpoint URL, e.g. https://your-project.services.ai.azure.com/api/projects/your-project
FOUNDRY_PROJECT_ENDPOINT=

# Model deployment name in your Foundry project
FOUNDRY_MODEL=
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Azure AI Foundry project endpoint URL, e.g. https://your-project.services.ai.azure.com/api/projects/your-project
FOUNDRY_PROJECT_ENDPOINT=

# Model deployment name in your Foundry project
FOUNDRY_MODEL=
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Azure OpenAI resource endpoint URL, e.g. https://your-resource.openai.azure.com/
AZURE_OPENAI_ENDPOINT=

# Azure OpenAI model deployment name
AZURE_OPENAI_MODEL=
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Azure AI Foundry project endpoint URL, e.g. https://your-project.services.ai.azure.com/api/projects/your-project
FOUNDRY_PROJECT_ENDPOINT=

# Model deployment name in your Foundry project
FOUNDRY_MODEL=