mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +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
61afdab228
commit
5ad57dd54b
48 changed files with 53 additions and 59 deletions
|
@ -18,7 +18,7 @@ from typing import Any, List, Optional, Union
|
|||
import litellm
|
||||
from litellm.types.llms.openai import AllMessageValues, ChatCompletionUserMessage
|
||||
|
||||
from ...OpenAI.chat.o1_transformation import OpenAIO1Config
|
||||
from ...openai.chat.o1_transformation import OpenAIO1Config
|
||||
|
||||
|
||||
class AzureOpenAIO1Config(OpenAIO1Config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue