Model hierarchy update: Tencent Hunyuan 3 primary, Qwen fallback

This commit is contained in:
2026-04-30 17:38:45 +00:00
parent 67db23f9c5
commit 0878f9fbc0
2 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ def run_bash_command(command: str) -> str:
except Exception as e:
return f"ERRO fatal ao rodar bash: {str(e)}"
def get_system_health() -> str:
def get_system_health(*args) -> str:
"""Retorna um texto detalhado da saúde do servidor para a IA."""
cpu = psutil.cpu_percent(interval=0.1)
vm = psutil.virtual_memory()