Update agent.py
Browse files
agent.py
CHANGED
@@ -160,7 +160,7 @@ def final_answer_formatting(answer, question):
|
|
160 |
|
161 |
web_agent = CodeAgent(
|
162 |
model=LiteLLMModel(
|
163 |
-
|
164 |
api_key=os.getenv("MISTRAL_API_KEY"),
|
165 |
),
|
166 |
tools=[
|
|
|
160 |
|
161 |
web_agent = CodeAgent(
|
162 |
model=LiteLLMModel(
|
163 |
+
model_id="mistral/mistral-large-latest",
|
164 |
api_key=os.getenv("MISTRAL_API_KEY"),
|
165 |
),
|
166 |
tools=[
|