ci/cd queue release

This commit is contained in:
Ishaan Jaff 2024-12-03 12:09:28 -08:00
parent 901e4f9cdc
commit 573377ea49

View file

@ -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"