fix common utils
This commit is contained in:
parent
a45830dac3
commit
3daef0d740
@ -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…
Reference in New Issue
Block a user