File indexing completed on 2025-01-05 05:18:57
0001 // SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org> 0002 // 0003 // SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0004 0005 #pragma once 0006 #include "kllmcore_export.h" 0007 #include <QUrl> 0008 namespace KLLMCore 0009 { 0010 /** 0011 * @brief Return default Ollama Url 0012 * @return default Ollama Url. 0013 */ 0014 [[nodiscard]] KLLMCORE_EXPORT QUrl ollamaUrl(); 0015 0016 }