-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename conversation with generated title
- Loading branch information
Showing
3 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
- role: system | ||
content: |- | ||
You are categorizing transcripts. Your goal is to provide a short, factual kebab-case slug to make the conversation easy to identify. | ||
You are categorizing transcripts. Your goal is to provide a short, factual kebab-case slug to make the conversation easy to identify. Provide only the slug and nothing else. | ||
{% for message in messages %} | ||
- role: {{ message.role }} | ||
content: |- | ||
{{ message.content | indent(4) }} | ||
{% endfor %} | ||
- role: assistant | ||
content: |- | ||
You are categorizing transcripts. Your goal is to provide a short, factual kebab-case slug to make the conversation easy to identify. | ||
You are categorizing transcripts. Your goal is to provide a short, factual kebab-case slug to make the conversation easy to identify. Provide only the slug and nothing else. | ||
Title: | ||
Kebab-case slug: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters