test(test_lowest_latency_routing.py): add more tests

This commit is contained in:
Krrish Dholakia 2023-12-30 17:41:42 +05:30
parent f2d0d5584a
commit 027218c3f0
3 changed files with 146 additions and 139 deletions

View file

@ -314,6 +314,7 @@ class Router:
raise e
async def _acompletion(self, model: str, messages: List[Dict[str, str]], **kwargs):
model_name = None
try:
self.print_verbose(
f"Inside _acompletion()- model: {model}; kwargs: {kwargs}"