Update app.py
Browse files
app.py
CHANGED
@@ -111,8 +111,8 @@ demo = gr.ChatInterface(
|
|
111 |
description="Chat with Open-O1, an AI assistant that analyzes, rethinks, and refines responses. Watch as it streams its thought process word by word!",
|
112 |
examples=[
|
113 |
["How many 'r' are there in the word 'strawberry'"],
|
114 |
-
["
|
115 |
-
["
|
116 |
],
|
117 |
cache_examples=False,
|
118 |
)
|
|
|
111 |
description="Chat with Open-O1, an AI assistant that analyzes, rethinks, and refines responses. Watch as it streams its thought process word by word!",
|
112 |
examples=[
|
113 |
["How many 'r' are there in the word 'strawberry'"],
|
114 |
+
["Five days ago I went to the fruit market and bought some bananas. On what day was I at the market?"],
|
115 |
+
["Bob likes representing his name as a number. If b represents 1 what number represents Bob?"],
|
116 |
],
|
117 |
cache_examples=False,
|
118 |
)
|