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

Function get_docker_api_url

web/pgadmin/llm/utils.py:481–486  ·  view source on GitHub ↗

Get the Docker Model Runner API URL. See :func:`get_anthropic_api_url` for resolution and rejection rules.

()

Source from the content-addressed store, hash-verified

479
480
481def get_docker_api_url():
482 """
483 Get the Docker Model Runner API URL. See
484 :func:`get_anthropic_api_url` for resolution and rejection rules.
485 """
486 return _resolve_pref_url('docker_api_url', config.DOCKER_API_URL)
487
488
489def get_docker_model():

Callers 3

get_llm_clientFunction · 0.90
get_docker_modelsFunction · 0.90
get_llm_configFunction · 0.85

Calls 1

_resolve_pref_urlFunction · 0.85

Tested by

no test coverage detected