Skip to content

Release v24.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 17:58

24.5.3

  • QOwnNotes now has AI support, currently for Groq
    (because you can get free API keys) and OpenAI
    (for #3026)
    • There is a new AI toolbar where can turn the service on, and you can select the AI backend and model
    • As a first step, there is a new script ai-autocomplete in the script repository
      that uses the selected AI model to autocomplete the current block in the note text edit
    • You can now add a OpenAI API key in the new AI settings
    • Use the new script.aiComplete(prompt) scripting command to your own imagination (see below)
  • There now is a new scripting command script.aiComplete(prompt) to use a completion prompt
    on the currently selected AI model (for #3026)
  • There now is a new scripting command script.noteTextEditCurrentBlock() to get
    the text of the current block (for #3026)