Skip to content

Commit b2a6ea2

Browse files
author
James N.
committed
update env sample
1 parent 9f653c5 commit b2a6ea2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

voice_agent/app/backend/.env.sample

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
AZURE_OPENAI_ENDPOINT="https://.openai.azure.com/"
33
AZURE_OPENAI_API_KEY=
4-
AZURE_OPENAI_CHAT_DEPLOYMENT=gpt-4o-mini
54
AZURE_OPENAI_EMB_ENDPOINT= [Optional] if different from your realtime endpoint
65
AZURE_OPENAI_EMB_API_KEY= [Optional] if providing an embedding endpoint
76
AZURE_OPENAI_EMB_DEPLOYMENT="text-embedding-ada-002"
@@ -18,4 +17,4 @@ TURN_DETECTION_THRESHOLD=0.5
1817
TURN_DETECTION_PREFIX_PADDING_MS=300
1918
TURN_DETECTION_SILENCE_DURATION_MS=200
2019
AZURE_REDIS_ENDPOINT=#optional, if you want to use redis for caching which support distributed caching for high
21-
AZURE_REDIS_KEY=
20+
AZURE_REDIS_KEY=#optional, if you want to use redis for caching which support distributed caching for high

0 commit comments

Comments
 (0)