mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
rename llms/OpenAI/
-> llms/openai/
(#7154)
* rename OpenAI -> openai * fix file rename * fix rename changes * fix organization of openai/transcription * fix import OA fine tuning API * fix openai ft handler * fix handler import
This commit is contained in:
parent
e903fe6038
commit
bfb6891eb7
48 changed files with 53 additions and 59 deletions
|
@ -20,8 +20,8 @@ from litellm.utils import (
|
|||
)
|
||||
|
||||
from .base import BaseLLM
|
||||
from .OpenAI.completion.handler import OpenAITextCompletion
|
||||
from .OpenAI.completion.transformation import OpenAITextCompletionConfig
|
||||
from .openai.completion.handler import OpenAITextCompletion
|
||||
from .openai.completion.transformation import OpenAITextCompletionConfig
|
||||
from .prompt_templates.factory import custom_prompt, prompt_factory
|
||||
|
||||
openai_text_completion_config = OpenAITextCompletionConfig()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue