From f3c71d6f19a42cbcefa702cd433e7d3d79203d69 Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:37:25 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b8e33..15765e4 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ python3 setup.py install ## Run locally on your machine -**We recommend using at least Deepseek 14B, smaller models struggle with tool use and forget quickly the context.** +**We recommend using at the very least Deepseek 14B, smaller models will struggle with tasks especially for web browsing.** ### 1️⃣ **Download Models** From 6adc04200e04696f4d455a01eda6a8a5ec42aaae Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:37:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 15765e4..454344b 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,6 @@ python3 main.py ## Usage -Warning: We only support French, English and Chinese, prompt in other language would work but might not be routed to the proper agent. - Make sure the services are up and running with `./start_services.sh` and run the agenticSeek with `python3 main.py` ```sh