Merge pull request #118 from Fosowl/dev

Dev
This commit is contained in:
Martin 2025-04-13 20:38:26 +02:00 committed by GitHub
commit 59795c3dc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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**
@ -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