MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / get_ollama_api_url

Function get_ollama_api_url

web/pgadmin/llm/utils.py:455–460  ·  view source on GitHub ↗

Get the Ollama API URL. See :func:`get_anthropic_api_url` for the resolution and rejection rules.

()

Source from the content-addressed store, hash-verified

453
454
455def get_ollama_api_url():
456 """
457 Get the Ollama API URL. See :func:`get_anthropic_api_url` for
458 the resolution and rejection rules.
459 """
460 return _resolve_pref_url('ollama_api_url', config.OLLAMA_API_URL)
461
462
463def get_ollama_model():

Callers 3

get_llm_clientFunction · 0.90
get_ollama_modelsFunction · 0.90
get_llm_configFunction · 0.85

Calls 1

_resolve_pref_urlFunction · 0.85

Tested by

no test coverage detected