Spaces:
Build error
Build error
Commit
·
0937fac
1
Parent(s):
c926830
increased sleep time dude to TogetherAI rate limit
Browse files
utils/ModelCallingFunctions.py
CHANGED
|
@@ -152,7 +152,7 @@ async def business_information(collection_id):
|
|
| 152 |
answer(client=aclient, context=context, SysPrompt=sys_prompt)
|
| 153 |
)
|
| 154 |
)
|
| 155 |
-
await asyncio.sleep(1)
|
| 156 |
|
| 157 |
responses = await asyncio.gather(*tasks)
|
| 158 |
response_dict = {}
|
|
|
|
| 152 |
answer(client=aclient, context=context, SysPrompt=sys_prompt)
|
| 153 |
)
|
| 154 |
)
|
| 155 |
+
await asyncio.sleep(1.5)
|
| 156 |
|
| 157 |
responses = await asyncio.gather(*tasks)
|
| 158 |
response_dict = {}
|