mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
fix(python-bridge): keep the Azure Blob default TTL mismatch check
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae32609b54
commit
1dfd54579b
1 changed files with 3 additions and 0 deletions
|
|
@ -278,6 +278,9 @@ impl NativeCacheConfig {
|
|||
{
|
||||
Some("facade and native backend containers must match")
|
||||
}
|
||||
Some(_) if service.default_ttl().is_some() => {
|
||||
Some("facade and native backend default TTLs must match")
|
||||
}
|
||||
Some(_) => None,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue