Model hierarchy update: Tencent Hunyuan 3 primary, Qwen fallback
This commit is contained in:
2
tools.py
2
tools.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user