diff --git a/lib/titleify.ai.yaml b/lib/titleify.ai.yaml index b0fc8ec..8505856 100644 --- a/lib/titleify.ai.yaml +++ b/lib/titleify.ai.yaml @@ -1,5 +1,5 @@ --- -version: 0.1.1 +version: 0.1.2 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 one title only" + - user: "{{titleInfo}}\nExtract and Output ONE title ONLY. DO NOT EXPLAIN." - assistant: "[[title]]" else: # For multi-turn conversation in interactive mode.