diff --git a/dsp/modules/azure_openai.py b/dsp/modules/azure_openai.py index c90f634e4f..d930bec6b5 100644 --- a/dsp/modules/azure_openai.py +++ b/dsp/modules/azure_openai.py @@ -107,9 +107,6 @@ def __init__( kwargs["model"] = model self.kwargs = { - "api_base": api_base, - "api_version": api_version, - "api_key": api_key, "temperature": 0.0, "max_tokens": 150, "top_p": 1,