mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
ci/cd queue release
This commit is contained in:
parent
901e4f9cdc
commit
573377ea49
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue