From 7313294c69d1c1c1facfb593b0b0b0400b3087b9 Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Sun, 13 Apr 2025 19:29:42 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6755406..45b8e33 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ English | [中文](./README_CHS.md) | [繁體中文](./README_CHT.md) | [Franç > 🛠️ **Work in Progress** – Looking for contributors! -https://github.com/user-attachments/assets/fe9e8006-0462-4793-8b31-25bd42c6d1eb + +https://github.com/user-attachments/assets/4bd5faf6-459f-4f94-bd1d-238c4b331469 + > *Do a deep search of AI startup in Osaka and Tokyo, find at least 5, then save in the research_japan.txt file* 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 2/3] 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 3/3] 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