Get the Ollama API URL. See :func:`get_anthropic_api_url` for the resolution and rejection rules.
()
| 453 | |
| 454 | |
| 455 | def 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 | |
| 463 | def get_ollama_model(): |
no test coverage detected