Update main.py

This commit is contained in:
Zachary Huang 2025-05-14 15:09:23 -04:00 committed by GitHub
parent 76b5886dd0
commit f98b67ee52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@ def main():
shared = { shared = {
"user_audio_data": None, "user_audio_data": None,
"user_audio_sample_rate": None, "user_audio_sample_rate": None,
"user_text_query": None,
"llm_text_response": None,
"chat_history": [], "chat_history": [],
"continue_conversation": True # Flag to control the main conversation loop "continue_conversation": True # Flag to control the main conversation loop
} }