From ff0ef3bb432f1cedb6e5b8a0168bfa7c9e9e15f0 Mon Sep 17 00:00:00 2001 From: phantomreactor Date: Sat, 3 May 2025 01:53:58 +0530 Subject: feat: add support for images --- internal/llm/prompt/title.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/llm/prompt') diff --git a/internal/llm/prompt/title.go b/internal/llm/prompt/title.go index 98570d3fa..956481520 100644 --- a/internal/llm/prompt/title.go +++ b/internal/llm/prompt/title.go @@ -8,5 +8,6 @@ func TitlePrompt(_ models.ModelProvider) string { - the title should be a summary of the user's message - it should be one line long - do not use quotes or colons -- the entire text you return will be used as the title` +- the entire text you return will be used as the title +- never return anything that is more than one sentence (one line) long` } -- cgit v1.2.3