[Update] Config: Add model revalidation logic to ensure selected models are valid based on available options.

This commit is contained in:
misyaguziya
2025-11-23 00:59:09 +09:00
parent add96c1fda
commit 5ca809c8dd
2 changed files with 41 additions and 5 deletions

View File

@@ -3138,6 +3138,9 @@ class Controller:
model.stopWebSocketServer()
printLog("WebSocket server host or port is not available")
printLog("Revalidate Selected Models")
config.revalidate_selected_models()
printLog("Update settings")
self.updateConfigSettings()