Skip to content

Commit

Permalink
ci/cd queue release
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 3, 2024
1 parent 901e4f9 commit 573377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def get_model_cost_map(url: str):
custom_prompt_dict: Dict[str, dict] = {}


####### THREAD-SPECIFIC DATA ###################
####### THREAD-SPECIFIC DATA ####################
class MyLocal(threading.local):
def __init__(self):
self.user = "Hello World"
Expand Down

0 comments on commit 573377e

Please sign in to comment.