ashishbangwal commited on
Commit
0937fac
·
1 Parent(s): c926830

increased sleep time dude to TogetherAI rate limit

Browse files
Files changed (1) hide show
  1. utils/ModelCallingFunctions.py +1 -1
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 = {}