Update llm/agents.py
Browse files- 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:
|