default groq
Browse files
agent.py
CHANGED
|
@@ -16,7 +16,7 @@ from tools import *
|
|
| 16 |
load_dotenv()
|
| 17 |
|
| 18 |
|
| 19 |
-
def buildAgent(provider="
|
| 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()
|