Skip to content

Commit

Permalink
Update ai_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishl-dev authored Jun 19, 2023
1 parent e118b88 commit 720481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/ai_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def generate_response(instructions, search, history, filecontent):
{"role": "system", "name": "file_content", "content": filecontent},
]
}
await asynico.sleep(2)
asynico.sleep(2)
for base_url in base_urls:
try:
async with aiohttp.ClientSession() as session:
Expand Down

0 comments on commit 720481e

Please sign in to comment.