From e9016827bc9aacab5f07d156a01535e033aa2736 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Sun, 1 Sep 2024 12:18:51 +0800 Subject: [PATCH] fix(lib): sometimes can not output one title only --- lib/titleify.ai.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/titleify.ai.yaml b/lib/titleify.ai.yaml index f2a650d..b0fc8ec 100644 --- a/lib/titleify.ai.yaml +++ b/lib/titleify.ai.yaml @@ -1,5 +1,5 @@ --- -version: 0.1.0 +version: 0.1.1 type: lib description: |- Summarize the content or a text file into a single best title that captures the essence of the document. @@ -54,7 +54,7 @@ temperature: 0.01 # the default temperature of the LLM. - assistant: "[[titleInfo]]" - --- # output the best title - - user: "{{titleInfo}}\nOutput the title only" + - user: "{{titleInfo}}\nOutput one title only" - assistant: "[[title]]" else: # For multi-turn conversation in interactive mode.