Polyglot \ Troubleshooting
Model-Specific Issues
Learn how to troubleshoot model-specific issues when using Polyglot.
When working with different LLM models, you may encounter issues that are specific to the model you’re using, as different models have different capabilities and limitations. This section covers common model-specific issues and how to resolve them.
Symptoms
- Errors like “model not found,” “parameter not supported,” or “context length exceeded”
- Unexpected responses or performance from certain models
Solutions
- Check Model Availability: Ensure the model you’re requesting is available from the provider
- Context Length: Be aware of each model’s maximum context length
- Feature Support: Different models support different features
- Fallback Models: Implement fallbacks to other models when preferred models fail