added proxy
This commit is contained in:
+3
-1
@@ -11,6 +11,7 @@ from services.llm import (
|
||||
LLM_FALLBACK_MODEL,
|
||||
LLMError,
|
||||
SYSTEM_MODEL,
|
||||
get_llm_settings,
|
||||
send_message,
|
||||
send_message_with_model,
|
||||
)
|
||||
@@ -78,7 +79,8 @@ async def debug_config():
|
||||
"sd_checkpoint": sd_service.SD_CHECKPOINT,
|
||||
"sd_steps": sd_service.SD_STEPS,
|
||||
"sd_cfg": sd_service.SD_CFG,
|
||||
"router_key_set": bool(os.getenv("ROUTER_KEY")),
|
||||
"router_key_set": bool(os.getenv("ROUTER_KEY") or os.getenv("LLM_API_KEY")),
|
||||
"llm": get_llm_settings().public_status(),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user