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 7f0eafe commit becbcb5Copy full SHA for becbcb5
ollama-integration/ollama-integration.qml
@@ -5,7 +5,7 @@ import QOwnNotesTypes 1.0
5
* This script provides integration for a local Ollama backend
6
* See: https://github.com/ollama/ollama
7
* List of models: https://github.com/ollama/ollama?tab=readme-ov-file#model-library
8
- * OpenAPI endpoint: https://ollama.com/blog/openai-compatibility
+ * OpenAPI endpoint: https://ollama.com/blog/openai-compatibility or https://github.com/ollama/ollama/blob/main/docs/openai.md
9
*/
10
Script {
11
property string baseUrl;
0 commit comments