mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
router support setting pass_through_all_models
This commit is contained in:
parent
711496e260
commit
e67daf79be
1 changed files with 3 additions and 0 deletions
|
@ -540,3 +540,6 @@ class RouterGeneralSettings(BaseModel):
|
||||||
async_only_mode: bool = Field(
|
async_only_mode: bool = Field(
|
||||||
default=False
|
default=False
|
||||||
) # this will only initialize async clients. Good for memory utils
|
) # this will only initialize async clients. Good for memory utils
|
||||||
|
pass_through_all_models: bool = Field(
|
||||||
|
default=False
|
||||||
|
) # if passed a model not llm_router model list, pass through the request to litellm.acompletion/embedding
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue