Skip to content

Commit d12eb9c

Browse files
Update .env.example to include LLM provider configuration for Azure
1 parent 0c40a00 commit d12eb9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FRONTEND_URL=http://frontend_url:frontend_port
22

3+
# LLM Provider
4+
PROVIDER=azure
5+
36
# Azure OpenAI Configuration
47
AZURE_API_VERSION=your_api_version
58
AZURE_ENDPOINT=your_azure_inference_endpoint

0 commit comments

Comments
 (0)