Update app.py
Browse files
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"}]
|