mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix common utils
This commit is contained in:
parent
a45830dac3
commit
3daef0d740
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class BaseOpenAILLM:
|
|||
@staticmethod
|
||||
def get_openai_client_initialization_param_fields(
|
||||
client_type: Literal["openai", "azure"]
|
||||
) -> list[str]:
|
||||
) -> List[str]:
|
||||
"""Returns a list of fields that are used to initialize the OpenAI client"""
|
||||
import inspect
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue