Skip to content

Commit b3255a5

Browse files
committed
fix(create): correct typo in title generation prompt
1 parent b847163 commit b3255a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create/create_note_from_clipboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def create_note():
6565

6666
# Generate full title for front matter
6767
prompt_content = get_first_n_words(content)
68-
prompt = f"Generate a very short title (maxium six words) for the following text and respond with only the title: {prompt_content}"
68+
prompt = f"Generate a very short title (maximum six words) for the following text and respond with only the title: {prompt_content}"
6969
full_title = call_mistral_api(prompt)
7070
if not full_title:
7171
print("Failed to generate full title. Exit.")

0 commit comments

Comments
 (0)