* @brief Returns the configured base URL (e.g. http://localhost:11434/v1). */
| 204 | * @brief Returns the configured base URL (e.g. http://localhost:11434/v1). |
| 205 | */ |
| 206 | QString AI::LocalProvider::baseUrl() const |
| 207 | { |
| 208 | return m_baseUrl; |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * @brief Sets and persists the base URL, then re-queries the model list. |