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 9f653c5 commit b2a6ea2Copy full SHA for b2a6ea2
voice_agent/app/backend/.env.sample
@@ -1,7 +1,6 @@
1
2
AZURE_OPENAI_ENDPOINT="https://.openai.azure.com/"
3
AZURE_OPENAI_API_KEY=
4
-AZURE_OPENAI_CHAT_DEPLOYMENT=gpt-4o-mini
5
AZURE_OPENAI_EMB_ENDPOINT= [Optional] if different from your realtime endpoint
6
AZURE_OPENAI_EMB_API_KEY= [Optional] if providing an embedding endpoint
7
AZURE_OPENAI_EMB_DEPLOYMENT="text-embedding-ada-002"
@@ -18,4 +17,4 @@ TURN_DETECTION_THRESHOLD=0.5
18
17
TURN_DETECTION_PREFIX_PADDING_MS=300
19
TURN_DETECTION_SILENCE_DURATION_MS=200
20
AZURE_REDIS_ENDPOINT=#optional, if you want to use redis for caching which support distributed caching for high
21
-AZURE_REDIS_KEY=
+AZURE_REDIS_KEY=#optional, if you want to use redis for caching which support distributed caching for high
0 commit comments