mirror of https://github.com/langgenius/dify.git
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 None
|
||||
|
||||
def cooldown(self, config: ModelLoadBalancingConfiguration, expire: int = 60) -> None:
|
||||
"""
|
||||
Cooldown model load balancing config
|
||||
|
|
|
|||
Loading…
Reference in New Issue