We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b847163 commit b3255a5Copy full SHA for b3255a5
scripts/create/create_note_from_clipboard.py
@@ -65,7 +65,7 @@ def create_note():
65
66
# Generate full title for front matter
67
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}"
+ prompt = f"Generate a very short title (maximum six words) for the following text and respond with only the title: {prompt_content}"
69
full_title = call_mistral_api(prompt)
70
if not full_title:
71
print("Failed to generate full title. Exit.")
0 commit comments