chore: change text output

This commit is contained in:
zin
2026-05-28 17:15:33 +00:00
parent 39a68bc3c3
commit af3c5a953e
12 changed files with 114 additions and 36 deletions
+1 -1
View File
@@ -56,5 +56,5 @@ Example: {{"energy": 0.5, "flux": 0.2, "centroid": 0.4, "pitch": 0.3, "hnr": 0.8
return profile
return None
except Exception as e:
print(f"⚠️ Ошибка связи с локальной LLM: {e}")
print(f"Ошибка связи с локальной LLM: {e}")
return None