diff --git a/README.md b/README.md index de2d741..400b7e9 100644 --- a/README.md +++ b/README.md @@ -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) + + + +