mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix: change cohere test file location and keep a generic name for cohere_v2
This commit is contained in:
parent
587213c435
commit
a5fc303ef5
7 changed files with 1013 additions and 213 deletions
|
@ -6233,7 +6233,7 @@ class ProviderConfigManager:
|
|||
return litellm.OpenAITextCompletionConfig()
|
||||
elif litellm.LlmProviders.COHERE_CHAT == provider:
|
||||
return litellm.CohereChatConfig()
|
||||
elif litellm.LlmProviders.COHERE_CHAT_V2 == provider:
|
||||
elif litellm.LlmProviders.COHERE_V2 == provider:
|
||||
return litellm.CohereChatConfigV2()
|
||||
elif litellm.LlmProviders.COHERE == provider:
|
||||
return litellm.CohereConfig()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue