UntilDot commited on
Commit
8c6e685
·
verified ·
1 Parent(s): 23ffdf5

Update llm/agents.py

Browse files
Files changed (1) hide show
  1. llm/agents.py +2 -0
llm/agents.py CHANGED
@@ -1,6 +1,8 @@
1
  import os
2
  import json
3
  import httpx
 
 
4
 
5
  # Load providers and models
6
  with open("llm/model_config.json", "r") as f:
 
1
  import os
2
  import json
3
  import httpx
4
+ import asyncio
5
+
6
 
7
  # Load providers and models
8
  with open("llm/model_config.json", "r") as f: