mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
allow async_only_mode on rotuer
This commit is contained in:
parent
2452753e08
commit
80a31c5dab
1 changed files with 6 additions and 0 deletions
|
|
@ -517,3 +517,9 @@ class CustomRoutingStrategyBase:
|
|||
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class RouterGeneralSettings(BaseModel):
|
||||
async_only_mode: bool = Field(
|
||||
default=False
|
||||
) # this will only initialize async clients. Good for memory utils
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue