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:
Ishaan Jaff 2024-12-07 21:46:34 -08:00 committed by GitHub
parent 2a35de0868
commit 249506065e
6 changed files with 6 additions and 6 deletions

View file

@ -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