test
This commit is contained in:
parent
1a7dd550ec
commit
712fe041b1
3
main.py
3
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_BASE = "https://api.openai.com"
|
||||||
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY", "")
|
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
|
# Health check endpoint for the Main PC
|
||||||
async def check_main_pc_health():
|
async def check_main_pc_health():
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user