Update README.md

This commit is contained in:
David Rotermund 2025-02-03 17:31:49 +01:00
parent 143c6f1c6b
commit 1f29ad82cf

View file

@ -208,3 +208,19 @@ cd /data_1/deepseek/P3.12/bin
./pip3 install --upgrade pip
```
Please check the build dependencies beforehand!!! https://devguide.python.org/getting-started/setup-building/#install-dependencies
## Fixing the title chooser AI
The reasoning model has problem to provide a useful title. If you need a nice title for your chat you need a small non-reasoning model for that. e.g.
```
ollama run llama3.2
```
Now you go to the admin section and configure this:
![Fix title production](images/2025-02-03_17-14.png)