From 3280c4646035450b06ef1cdc63a38956f885c22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Sun, 19 Apr 2026 09:48:15 +0800 Subject: [PATCH] =?UTF-8?q?SKILLS=5FSUBDIR=E6=94=B9=E6=88=90PROJECT=5FNAME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-with-pgsql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose-with-pgsql.yml b/docker-compose-with-pgsql.yml index cba296f..4028331 100644 --- a/docker-compose-with-pgsql.yml +++ b/docker-compose-with-pgsql.yml @@ -29,6 +29,7 @@ services: - "8001:8001" environment: # 应用配置 + - PROJECT_NAME=linggan - BACKEND_HOST=http://api-dev.gbase.ai - MAX_CONTEXT_TOKENS=262144 - DEFAULT_THINKING_ENABLE=true