mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-27 14:29:01 +00:00
fix common utils
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user