Get the Docker Model Runner API URL. See :func:`get_anthropic_api_url` for resolution and rejection rules.
()
| 479 | |
| 480 | |
| 481 | def 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 | |
| 489 | def get_docker_model(): |
no test coverage detected