yasserrmd commited on
Commit
bb265e2
·
verified ·
1 Parent(s): c88bfae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ async def continuous_chat(
152
  ):
153
  """Process input WAV with chat history, send text to LLM, and return response as WAV."""
154
  # Initialize ggwave instance
155
- instance = ggwave.init()
156
 
157
  # Parse chat history if provided
158
  messages = [{"role": "system", "content": "you are a helpful assistant. answer always in one sentence"}]
 
152
  ):
153
  """Process input WAV with chat history, send text to LLM, and return response as WAV."""
154
  # Initialize ggwave instance
155
+ #instance = ggwave.init()
156
 
157
  # Parse chat history if provided
158
  messages = [{"role": "system", "content": "you are a helpful assistant. answer always in one sentence"}]