interface OllamaInputOptionally override the base URL to make request to.
This should only be set if your Ollama instance is being
server from a non-standard location.
Defaults to OLLAMA_BASE_URL if set.
The maximum number of concurrent calls that can be made.
Defaults to Infinity, which means no limit.
The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 6.
The model to use when making requests.
Custom handler to handle failed attempts. Takes the originally thrown error object as input, and should itself throw an error if the input error is not retryable.