Skip to content

Commit

Permalink
add env example file
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinlindemberg committed Jul 23, 2024
1 parent 15b1127 commit 26d79f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ai-services/multilingual-agent/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SPEECH_API_KEY="<SEARCH_API_KEY>"
SPEECH_REGION="<SPEECH_REGION>"
TRANSLATION_KEY="<TRANSLATION_KEY>"
TRANSLATION_REGION="<TRANSLATION_REGION>"
OPENAI_KEY="<OPENAI_KEY>"
OPENAI_ENDPOINT="<OPENAI_ENDPOINT>"
ASSISTANT_ID="<ASSISTANT_ID>"
2 changes: 1 addition & 1 deletion ai-services/multilingual-agent/event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def on_end(self) -> None:
logger.info("completed conversation with assistant")

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

0 comments on commit 26d79f9

Please sign in to comment.