| resolve_provider_base_url | R Documentation |
This file contains utility functions for resolving custom base URLs for different API providers. Resolve provider-specific base URL
resolve_provider_base_url(provider, base_urls)
provider |
Provider name (e.g., "openai", "anthropic") |
base_urls |
User-provided base URLs: NULL, a single string, or a named list |
This is the single entry point for all base URL resolution. It resolves the appropriate URL and normalizes it (strips trailing slashes).
Resolved and normalized base URL, or NULL if not specified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.