Fix runtime gateway configuration for sub-mode agents
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user