Fix runtime gateway configuration for sub-mode agents

This commit is contained in:
elipitc
2026-06-01 20:15:06 +08:00
parent 5e248a09bb
commit 487bff7e17
6 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ class Settings(BaseSettings):
NAMESPACE_PREFIX: str = "agnet"
# Model gateways
HEICODE_NEWAPI_BASE_URL: str = "https://code.xinghanlab.com"
LITELLM_BASE_URL: str = "http://litellm-service:8000"
HEICODE_NEWAPI_BASE_URL: str = "https://code.xinghanlab.com/v1"
LITELLM_BASE_URL: str = "https://code.xinghanlab.com/v1"
# Limits
MAX_PAYLOAD_SIZE_MB: int = 1