HEAD
provider.Rd
Create a provider
new_provider(name, url, ...) new_anthropic(url = "https://api.anthropic.com", ...) new_openai(url = "https://api.openai.com", ...)
Name of the provider
URL of the provider
Additional options
A provider object
provider <- new_anthropic()