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

Update llm/agents.py

Browse files
Files changed (1) hide show
  1. llm/agents.py +1 -1
llm/agents.py CHANGED
@@ -3,7 +3,7 @@ import json
3
  import httpx
4
 
5
  # Load providers and models
6
- with open("llm/config.json", "r") as f:
7
  CONFIG = json.load(f)
8
 
9
  PROVIDERS = CONFIG["providers"]
 
3
  import httpx
4
 
5
  # Load providers and models
6
+ with open("llm/model_config.json", "r") as f:
7
  CONFIG = json.load(f)
8
 
9
  PROVIDERS = CONFIG["providers"]