Skip to content

Commit 26d79f9

Browse files
add env example file
1 parent 15b1127 commit 26d79f9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ai-services/multilingual-agent/.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SPEECH_API_KEY="<SEARCH_API_KEY>"
2+
SPEECH_REGION="<SPEECH_REGION>"
3+
TRANSLATION_KEY="<TRANSLATION_KEY>"
4+
TRANSLATION_REGION="<TRANSLATION_REGION>"
5+
OPENAI_KEY="<OPENAI_KEY>"
6+
OPENAI_ENDPOINT="<OPENAI_ENDPOINT>"
7+
ASSISTANT_ID="<ASSISTANT_ID>"

ai-services/multilingual-agent/event_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ def on_end(self) -> None:
4141
logger.info("completed conversation with assistant")
4242

4343
def get_result(self) -> str:
44-
return self.result
44+
return self.result

0 commit comments

Comments
 (0)