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