From 01a08f41cf7d328eee9231a0585762fa05405647 Mon Sep 17 00:00:00 2001 From: Roman Rizzi Date: Fri, 17 Mar 2023 15:36:38 -0300 Subject: [PATCH] FIX: Change gen titles prompt to only return a list (#15) --- db/fixtures/ai-helper/600_completion_prompts.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/fixtures/ai-helper/600_completion_prompts.rb b/db/fixtures/ai-helper/600_completion_prompts.rb index b486617a..a3ebab5e 100644 --- a/db/fixtures/ai-helper/600_completion_prompts.rb +++ b/db/fixtures/ai-helper/600_completion_prompts.rb @@ -20,7 +20,8 @@ CompletionPrompt.seed do |cp| cp.value = <<~STRING I want you to act as a title generator for written pieces. I will provide you with a text, and you will generate five attention-grabbing titles. Please keep the title concise and under 20 words, - and ensure that the meaning is maintained. Replies will utilize the language type of the topic. + and ensure that the meaning is maintained. Replies will utilize the language type of the topic. + I want you to only reply the list of options and nothing else, do not write explanations. STRING end