TOOL_OUTPUT_MAX_LENGTH
This commit is contained in:
parent
60f311e8b7
commit
12cdb7679a
@ -21,7 +21,7 @@ FILE_CACHE_SIZE = int(os.getenv("FILE_CACHE_SIZE", 1000))
|
|||||||
FILE_CACHE_TTL = int(os.getenv("FILE_CACHE_TTL", 300))
|
FILE_CACHE_TTL = int(os.getenv("FILE_CACHE_TTL", 300))
|
||||||
|
|
||||||
# API Settings
|
# API Settings
|
||||||
BACKEND_HOST = os.getenv("BACKEND_HOST", "http://backend:8000")
|
BACKEND_HOST = os.getenv("BACKEND_HOST", "https://api-dev.gptbase.ai")
|
||||||
MASTERKEY = os.getenv("MASTERKEY", "master")
|
MASTERKEY = os.getenv("MASTERKEY", "master")
|
||||||
FASTAPI_URL = os.getenv('FASTAPI_URL', 'http://127.0.0.1:8001')
|
FASTAPI_URL = os.getenv('FASTAPI_URL', 'http://127.0.0.1:8001')
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user