From 1f29ad82cfb2b673b7849b4ee3b440666223d193 Mon Sep 17 00:00:00 2001 From: davrot Date: Mon, 3 Feb 2025 17:31:49 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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) + + + +