mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 04:26:30 +08:00
unreachable-code for lb model fetch. (#20797)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
parent
879f839d75
commit
ab290ed968
@ -542,8 +542,6 @@ class LBModelManager:
|
|||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
||||||
return None
|
|
||||||
|
|
||||||
def cooldown(self, config: ModelLoadBalancingConfiguration, expire: int = 60) -> None:
|
def cooldown(self, config: ModelLoadBalancingConfiguration, expire: int = 60) -> None:
|
||||||
"""
|
"""
|
||||||
Cooldown model load balancing config
|
Cooldown model load balancing config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user