Skip to content

Commit

Permalink
Working Version
Browse files Browse the repository at this point in the history
  • Loading branch information
arpagon committed Dec 18, 2023
1 parent dd54368 commit 0217291
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/voice-rag/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
index=os.getenv('PINECONE_INDEX_NAME')
)

INITIAL_MESSAGE="Hello, Let's discuss the architecture of the next application!"
INITIAL_MESSAGE="Hello!"
PROMPT_PREAMBLE='''
I want you to act as an IT Architect.
I will provide some details about the functionality of an application or other
Expand Down Expand Up @@ -73,7 +73,9 @@
initial_message=BaseMessage(text=INITIAL_MESSAGE),
prompt_preamble=PROMPT_PREAMBLE,
vector_db_config=vector_db_config,
)
logger=logger,
),
logger=logger
),
synthesizer_thunk=AZURE_SYNTHESIZER_THUNK,
transcriber_thunk=DEEPGRAM_TRANSCRIBER_THUNK,
Expand Down

0 comments on commit 0217291

Please sign in to comment.