From 49759d56786aa6815ff940c5a84959014fe8502a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 19 Apr 2025 08:33:26 -0700 Subject: [PATCH] fix get_azure_client --- litellm/llms/azure/assistants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/llms/azure/assistants.py b/litellm/llms/azure/assistants.py index 2e8c78b259..271cd698e7 100644 --- a/litellm/llms/azure/assistants.py +++ b/litellm/llms/azure/assistants.py @@ -288,6 +288,7 @@ class AzureAssistantsAPI(BaseAzureLLM): timeout=timeout, max_retries=max_retries, client=client, + litellm_params=litellm_params, ) thread_message: OpenAIMessage = openai_client.beta.threads.messages.create( # type: ignore