MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / baseUrl

Method baseUrl

app/src/AI/Providers/LocalProvider.cpp:206–209  ·  view source on GitHub ↗

* @brief Returns the configured base URL (e.g. http://localhost:11434/v1). */

Source from the content-addressed store, hash-verified

204 * @brief Returns the configured base URL (e.g. http://localhost:11434/v1).
205 */
206QString 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.

Callers 1

localBaseUrlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected