Files
MoFin/archive/20260722-scripts-cleanup/test_xmpp_logger.py
T

11 lines
329 B
Python

import sys
sys.path.insert(0, '/home/hmo/projects/MoFin')
import xmpp_logger as x
print("current provider:", x.current_provider())
h = x.health()
print("health status:", h.get("status"))
print("llm_provider:", h.get("llm_provider"))
print("=== best_key ===")
print(x.best_key())
print("=== verify_llm ===")
print(x._verify_llm())