mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
refactor - use consistent file naming convention AI21/
-> ai21
(#7090)
* fix refactor - use consistent file naming convention * ci/cd run again * fix naming structure
This commit is contained in:
parent
2a35de0868
commit
249506065e
6 changed files with 6 additions and 6 deletions
|
@ -99,7 +99,7 @@ from .llms import (
|
|||
replicate,
|
||||
vllm,
|
||||
)
|
||||
from .llms.AI21 import completion as ai21
|
||||
from .llms.ai21 import completion as ai21
|
||||
from .llms.anthropic.chat import AnthropicChatCompletion
|
||||
from .llms.anthropic.completion import AnthropicTextCompletion
|
||||
from .llms.azure_ai.chat import AzureAIChatCompletion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue