mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 19:15:28 +00:00
Docs : readme
This commit is contained in:
commit
0a927f53e8
14
README.md
14
README.md
@ -59,12 +59,6 @@ python3 main.py
|
|||||||
|
|
||||||
### 4️⃣ **Alternative: Run the Assistant (Own Server)**
|
### 4️⃣ **Alternative: Run the Assistant (Own Server)**
|
||||||
|
|
||||||
On the other machine that will run the model execute the script in stream_llm.py
|
|
||||||
|
|
||||||
|
|
||||||
```sh
|
|
||||||
python3 stream_llm.py
|
|
||||||
```
|
|
||||||
|
|
||||||
Get the ip address of the machine that will run the model
|
Get the ip address of the machine that will run the model
|
||||||
|
|
||||||
@ -72,6 +66,12 @@ Get the ip address of the machine that will run the model
|
|||||||
ip a | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' | cut -d/ -f1
|
ip a | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' | cut -d/ -f1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On the other machine that will run the model execute the script in stream_llm.py
|
||||||
|
|
||||||
|
```sh
|
||||||
|
python3 stream_llm.py
|
||||||
|
```
|
||||||
|
|
||||||
Change the `config.ini` file to set the `provider_name` to `server` and `provider_model` to `deepseek-r1:7b`.
|
Change the `config.ini` file to set the `provider_name` to `server` and `provider_model` to `deepseek-r1:7b`.
|
||||||
Set the `provider_server_address` to the ip address of the machine that will run the model.
|
Set the `provider_server_address` to the ip address of the machine that will run the model.
|
||||||
|
|
||||||
@ -106,4 +106,4 @@ python3 main.py
|
|||||||
- Web browsing
|
- Web browsing
|
||||||
- Knowledge base RAG
|
- Knowledge base RAG
|
||||||
- Graphical interface
|
- Graphical interface
|
||||||
- Speech-to-text using distil-whisper/distil-medium.en
|
- Speech-to-text using distil-whisper/distil-medium.en
|
||||||
|
Loading…
x
Reference in New Issue
Block a user