diff --git a/main.py b/main.py index f7aa7f0..50bbf5b 100644 --- a/main.py +++ b/main.py @@ -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: