Skip to content

Commit d1ebdb1

Browse files
author
Shriyansh Agnihotri
committed
Merge branch 'main' into dev
2 parents f15ed75 + e27c055 commit d1ebdb1

File tree

5 files changed

+696
-576
lines changed

5 files changed

+696
-576
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ run-interactive: ## run-interactive testzeus_hercules.
108108
.PHONY: setup-poetry
109109
setup-poetry: ## setup poetry.
110110
curl -sSL https://install.python-poetry.org | python3.11 -
111+
poetry config virtualenvs.in-project true
111112

112113
.PHONY: docker-build
113114
docker-build: ## build and tag docker image.

agents_llm_config-example.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"mistral-large": {
33
"planner_agent": {
4-
"model_name": "mistral",
4+
"model_name": "mistral-large-latest",
55
"model_api_key": "",
6-
"model_base_url": "https://...",
6+
"model_base_url": "https://api.mistral.ai/v1",
7+
"model_api_type": "mistral",
78
"llm_config_params": {
89
"cache_seed": null,
910
"temperature": 0.0,
@@ -12,9 +13,10 @@
1213
}
1314
},
1415
"browser_nav_agent": {
15-
"model_name": "mistral",
16+
"model_name": "mistral-large-latest",
1617
"model_api_key": "",
17-
"model_base_url": "https://...",
18+
"model_base_url": "https://api.mistral.ai/v1",
19+
"model_api_type": "mistral",
1820
"llm_config_params": {
1921
"cache_seed": null,
2022
"temperature": 0.0,

0 commit comments

Comments
 (0)