diff --git a/src/distilabel/llms/openai.py b/src/distilabel/llms/openai.py index b75359d569..39644e2812 100644 --- a/src/distilabel/llms/openai.py +++ b/src/distilabel/llms/openai.py @@ -247,7 +247,6 @@ async def agenerate( # type: ignore "temperature": temperature, "top_p": top_p, "stop": stop, - "timeout": 50, } if response_format is not None: