Skip to content

Commit

Permalink
#3037 add: mention script repository on settings page
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Jun 16, 2024
1 parent d59e5bf commit 345d7d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
- There now is a script `ollama-integration` in the script repository that
allows integration with [Ollama](https://github.com/ollama/ollama)
- There now is a script `llama-cpp-integration` in the script repository that
allows integration with [llama.cpp](https://github.com/ggerganov/llama.cpp)
allows integration with [llama.cpp](https://github.com/ggerganov/llama.cpp) (for [#238](https://github.com/qownnotes/scripts/pull/238), thank you, @eljamm)
- In the *AI settings* there now also is the script-repository mentioned

## 24.6.2
- A new scripting hook `openAiBackendsHook` was added, that is called when the OpenAI
Expand Down
10 changes: 10 additions & 0 deletions src/dialogs/settingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6971,6 +6971,16 @@ Just test yourself if you get sync conflicts and set a higher value if so.</stri
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="openAiScriptingLabel2">
<property name="text">
<string>Alternatively, you can also look in the script repository for already created AI integration scripts.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_21">
<property name="orientation">
Expand Down

0 comments on commit 345d7d8

Please sign in to comment.