mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_lowest_latency_routing.py): add more tests
This commit is contained in:
parent
f2d0d5584a
commit
027218c3f0
3 changed files with 146 additions and 139 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue