Skip to content

Commit

Permalink
fix(lib): only output title do not explain
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Sep 1, 2024
1 parent e901682 commit c6cad4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/titleify.ai.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c6cad4c

Please sign in to comment.