Spaces:
Runtime error
Runtime error
starsnatched
commited on
Commit
·
5003012
1
Parent(s):
22279f6
refactor: update chat_stream query to check contents of requirements.txt
Browse files- requirements.txt +0 -1
- run.py +1 -1
requirements.txt
CHANGED
@@ -8,4 +8,3 @@ fastapi
|
|
8 |
uvicorn
|
9 |
python-multipart
|
10 |
httpx
|
11 |
-
typer
|
|
|
8 |
uvicorn
|
9 |
python-multipart
|
10 |
httpx
|
|
run.py
CHANGED
@@ -12,7 +12,7 @@ async def _main() -> None:
|
|
12 |
# print("Document uploaded to:", doc_path)
|
13 |
# async for resp in chat.chat_stream("ask how junior agent is doing"):
|
14 |
# async for resp in chat.chat_stream("run hello.py"):
|
15 |
-
async for resp in chat.chat_stream("
|
16 |
print("\n>>>", resp)
|
17 |
|
18 |
|
|
|
12 |
# print("Document uploaded to:", doc_path)
|
13 |
# async for resp in chat.chat_stream("ask how junior agent is doing"):
|
14 |
# async for resp in chat.chat_stream("run hello.py"):
|
15 |
+
async for resp in chat.chat_stream("what is in requirements.txt"):
|
16 |
print("\n>>>", resp)
|
17 |
|
18 |
|