mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
fix(edenai): register the chat config class directly in the provider table
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
594d97e7e7
commit
ee97f7327e
1 changed files with 1 additions and 1 deletions
|
|
@ -8319,7 +8319,7 @@ class ProviderConfigManager:
|
|||
lambda: litellm.VercelAIGatewayConfig(),
|
||||
False,
|
||||
),
|
||||
LlmProviders.EDENAI: (lambda: litellm.EdenAIChatConfig(), False),
|
||||
LlmProviders.EDENAI: (litellm.EdenAIChatConfig, False),
|
||||
LlmProviders.COMETAPI: (lambda: litellm.CometAPIConfig(), False),
|
||||
LlmProviders.DATAROBOT: (lambda: litellm.DataRobotConfig(), False),
|
||||
LlmProviders.GEMINI: (lambda: litellm.GoogleAIStudioGeminiConfig(), False),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue