Skip to content

Commit

Permalink
fix(lib): sometimes can not output one title only
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Sep 1, 2024
1 parent f51c7d0 commit e901682
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.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.
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 the title only"
- user: "{{titleInfo}}\nOutput one title only"
- assistant: "[[title]]"
else:
# For multi-turn conversation in interactive mode.
Expand Down

0 comments on commit e901682

Please sign in to comment.