mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
Introduced two new data models for managing Language Learning Models (LLMs): - LLMProvider: Represents LLM providers like OpenAI, Anthropic - LLMModel: Represents specific models within a provider Models include key attributes such as: - Naming and display information - Enabled/priority status - Supported features - Token pricing - Configuration schemas