fix common utils

This commit is contained in:
Ishaan Jaff 2025-03-18 17:59:46 -07:00
parent a45830dac3
commit 3daef0d740

View file

@ -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