We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2865957 commit b711fc2Copy full SHA for b711fc2
src/backend/.env.sample
@@ -9,13 +9,13 @@ AZURE_OPENAI_API_VERSION=2024-08-01-preview
9
10
APPLICATIONINSIGHTS_INSTRUMENTATION_KEY=
11
AZURE_AI_PROJECT_ENDPOINT=
12
-AZURE_AI_SUBSCRIPTION_ID=
+AZURE_AI_SUBSCRIPTION_ID=1
13
AZURE_AI_RESOURCE_GROUP=
14
AZURE_AI_PROJECT_NAME=
15
-AZURE_AI_AGENT_PROJECT_CONNECTION_STRING=
16
AZURE_AI_MODEL_DEPLOYMENT_NAME=gpt-4o
17
-APPLICATIONINSIGHTS_CONNECTION_STRING=
+AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME=gpt-4o
+#APPLICATIONINSIGHTS_CONNECTION_STRING=
18
+AZURE_AI_AGENT_PROJECT_ENDPOINT=
19
-
20
-BACKEND_API_URL='http://localhost:8000'
21
-FRONTEND_SITE_NAME='http://127.0.0.1:3000'
+BACKEND_API_URL=http://localhost:8000
+FRONTEND_SITE_NAME=http://127.0.0.1:3000
0 commit comments