Update app.py
Browse files
app.py
CHANGED
@@ -211,6 +211,7 @@ def generate(data: WebRTCData, history: list[dict], system_prompt: str = "", max
|
|
211 |
"text": data.textbox,
|
212 |
"files": files,
|
213 |
}
|
|
|
214 |
history.append({"role": "user", "content": data.textbox})
|
215 |
print("history", history)
|
216 |
yield history
|
|
|
211 |
"text": data.textbox,
|
212 |
"files": files,
|
213 |
}
|
214 |
+
print("message", message)
|
215 |
history.append({"role": "user", "content": data.textbox})
|
216 |
print("history", history)
|
217 |
yield history
|