Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def respond(
|
|
| 33 |
|
| 34 |
chatbot = gr.ChatInterface(
|
| 35 |
respond,
|
| 36 |
-
chatbot=gr.Chatbot(collapse_thinking=[("<
|
| 37 |
)
|
| 38 |
|
| 39 |
with gr.Blocks() as demo:
|
|
|
|
| 33 |
|
| 34 |
chatbot = gr.ChatInterface(
|
| 35 |
respond,
|
| 36 |
+
chatbot=gr.Chatbot(collapse_thinking=[("<think>", "</think>")])
|
| 37 |
)
|
| 38 |
|
| 39 |
with gr.Blocks() as demo:
|