Spaces:
Runtime error
Runtime error
Update chat command to remind user to take a break in 30 seconds
Browse files
run.py
CHANGED
@@ -15,7 +15,7 @@ async def _main() -> None:
|
|
15 |
# async for resp in chat.chat_stream("Inspect the contents of note.pdf and summarize it."):
|
16 |
# async for resp in chat.chat_stream("What is the content of the document I uploaded?"):
|
17 |
# async for resp in chat.chat_stream("Install necessary package(s) to read PDF files and edit them."):
|
18 |
-
async for resp in chat.chat_stream("
|
19 |
print("\n>>>", resp)
|
20 |
|
21 |
|
|
|
15 |
# async for resp in chat.chat_stream("Inspect the contents of note.pdf and summarize it."):
|
16 |
# async for resp in chat.chat_stream("What is the content of the document I uploaded?"):
|
17 |
# async for resp in chat.chat_stream("Install necessary package(s) to read PDF files and edit them."):
|
18 |
+
async for resp in chat.chat_stream("using python, execute a code to remind me in 30 seconds to take a break."):
|
19 |
print("\n>>>", resp)
|
20 |
|
21 |
|