This commit is contained in:
Tudorel Oprisan 2026-06-09 19:54:03 +01:00
parent 1a7dd550ec
commit 712fe041b1

View File

@ -17,6 +17,9 @@ LOCAL_SLM_BASE = os.getenv("LOCAL_SLM_URL", "http://10.0.4.200:8080/v1").removes
OPENAI_BASE = "https://api.openai.com"
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY", "")
print(f"MAIN_PC_BASE={MAIN_PC_BASE}")
print(f"LOCAL_SLM_BASE={LOCAL_SLM_BASE}")
# Health check endpoint for the Main PC
async def check_main_pc_health():
try: