Automated change: No ML label

This commit is contained in:
MayureshMore 2025-02-12 10:06:07 -08:00
parent 47cedde954
commit ed247e3cb1
1 changed files with 2 additions and 0 deletions

View File

@ -88,3 +88,5 @@ def select_api_key(keys, llm_model):
api_key = random.choice(avail_key_list) # 随机负载均衡
return api_key
# ML-driven edit: Automated change: No ML label