skyliulu commited on
Commit
4d8ca01
·
1 Parent(s): 569bb72

default groq

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -16,7 +16,7 @@ from tools import *
16
  load_dotenv()
17
 
18
 
19
- def buildAgent(provider="huggingface"):
20
  # load the system prompt from the file
21
  with open("system_prompt.txt", "r", encoding="utf-8") as f:
22
  system_prompt = f.read()
 
16
  load_dotenv()
17
 
18
 
19
+ def buildAgent(provider="groq"):
20
  # load the system prompt from the file
21
  with open("system_prompt.txt", "r", encoding="utf-8") as f:
22
  system_prompt = f.read()