FIX: Change gen titles prompt to only return a list (#15)

This commit is contained in:
Roman Rizzi 2023-03-17 15:36:38 -03:00 committed by GitHub
parent 320ac6e84b
commit 01a08f41cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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