From 573377ea493d5270b8cf06d17dd0c5b5f640b889 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 3 Dec 2024 12:09:28 -0800 Subject: [PATCH] ci/cd queue release --- litellm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 4dad0ba0859..c97b2b49d77 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -362,7 +362,7 @@ model_cost = get_model_cost_map(url=model_cost_map_url) custom_prompt_dict: Dict[str, dict] = {} -####### THREAD-SPECIFIC DATA ################### +####### THREAD-SPECIFIC DATA #################### class MyLocal(threading.local): def __init__(self): self.user = "Hello World"