Learn how to troubleshoot provider-specific issues when using Polyglot.
// @doctest id="fe5c" // In config/llm.php 'metadata' => [ 'organization' => 'org-your-organization-id', ],
// @doctest id="276a" // Updates to OpenAI API may require changes to your code // Monitor OpenAI's release notes for changes
// @doctest id="58e7" // Polyglot handles this automatically, but be aware when debugging
// @doctest id="fe91" // When using tools with Anthropic, check their latest documentation // for supported features and limitations
// @doctest id="dcd0" // Implement more aggressive rate limiting for Mistral
# @doctest id="ee4f" # Check if Ollama is running curl http://localhost:11434/api/version
# @doctest id="4d47" # Pull a model before using it ollama pull llama2