Spaces:
Configuration error
Configuration error
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -21,8 +21,6 @@ from utils import read_file_json, is_ext
|
|
| 21 |
MANAGER_MODEL = "gpt-4.5-preview"
|
| 22 |
AGENT_MODEL = "gpt-4.1-mini"
|
| 23 |
|
| 24 |
-
WEB_BROWSER_MODEL = "gpt-4.1"
|
| 25 |
-
|
| 26 |
FINAL_ANSWER_MODEL = "gemini-2.5-pro-preview-03-25"
|
| 27 |
|
| 28 |
# LLM evaluation
|
|
@@ -65,8 +63,8 @@ class GAIACrew():
|
|
| 65 |
tools=[StagehandTool(
|
| 66 |
api_key=os.environ["BROWSERBASE_API_KEY"],
|
| 67 |
project_id=os.environ["BROWSERBASE_PROJECT_ID"],
|
| 68 |
-
model_api_key=os.environ["
|
| 69 |
-
model_name=
|
| 70 |
)],
|
| 71 |
verbose=True
|
| 72 |
)
|
|
|
|
| 21 |
MANAGER_MODEL = "gpt-4.5-preview"
|
| 22 |
AGENT_MODEL = "gpt-4.1-mini"
|
| 23 |
|
|
|
|
|
|
|
| 24 |
FINAL_ANSWER_MODEL = "gemini-2.5-pro-preview-03-25"
|
| 25 |
|
| 26 |
# LLM evaluation
|
|
|
|
| 63 |
tools=[StagehandTool(
|
| 64 |
api_key=os.environ["BROWSERBASE_API_KEY"],
|
| 65 |
project_id=os.environ["BROWSERBASE_PROJECT_ID"],
|
| 66 |
+
model_api_key=os.environ["ANTHROPIC_API_KEY"],
|
| 67 |
+
model_name=AvailableModel.CLAUDE_3_7_SONNET_LATEST
|
| 68 |
)],
|
| 69 |
verbose=True
|
| 70 |
)
|