mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
Introduced a new method to check if an LLM provider is considered unset: - Added Unset field to LLMProvider struct - Implemented IsUnset() method with logic to validate provider configuration - Handles special cases for different provider types (azure-openai, openai-compatible) - Checks for empty API key, missing models, and provider-specific configuration requirements