Skip to main content

Module url

Module url 

Source

Functions§

base_url_to_host_root
Convert a provider base_url into the native Ollama host root. For example, “http://localhost:11434/v1” -> “http://localhost:11434”.
is_openai_compatible_base_url
URL utilities for Ollama base URL handling. Adapted from OpenAI Codex’s codex-ollama/src/url.rs