You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)