Update README.md

This commit is contained in:
Martin
2025-03-09 13:09:35 +01:00
committed by GitHub
parent 284fcfe29d
commit 5c0376caf3
+6 -6
View File
@@ -21,12 +21,9 @@
---
## Run locally
---
## Installation
**We recommand you use at least deepseek 14b, as smaller small will have trouble using tool and forget quickly the conversations.**
### 1️⃣ **Install Dependencies**
```sh
@@ -65,8 +62,9 @@ Run the assistant:
python3 main.py
```
### 4️⃣ **Alternative: Run the LLM on your own server**
## **Alternative: Run the LLM on your own server**
### 1️⃣ **Set up and start the server scripts**
On your "server" that will run the AI model, get the ip address
@@ -80,6 +78,8 @@ Clone the repository and then, run the script `stream_llm.py` in `server/`
python3 stream_llm.py
```
### 2️⃣ **Run it**
Now on your personal computer:
Clone the repository.