From 030641adc6d1ee889a14389fc6f58cc8e893676c Mon Sep 17 00:00:00 2001 From: snaily Date: Fri, 18 Jul 2025 16:39:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b68391..7ce4b5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,14 +8,6 @@ COPY ./VERSION /app RUN pip install --no-cache-dir -r requirements.txt COPY ./app /app/app -ENV API_KEYS='["your_api_key_1"]' -ENV ALLOWED_TOKENS='["your_token_1"]' -ENV BASE_URL=https://generativelanguage.googleapis.com/v1beta -ENV TOOLS_CODE_EXECUTION_ENABLED=false -ENV IMAGE_MODELS='["gemini-2.0-flash-exp"]' -ENV SEARCH_MODELS='["gemini-2.0-flash-exp","gemini-2.0-pro-exp"]' -ENV URL_NORMALIZATION_ENABLED=false -ENV CLOUDFLARE_IMGBED_UPLOAD_FOLDER="" # Expose port EXPOSE 8000