Update Dockerfile

This commit is contained in:
Yuzhong Zhang
2025-03-03 14:09:45 +08:00
parent cdbca7ec62
commit 68ed4da789

View File

@@ -13,8 +13,6 @@ ENV BASE_URL=https://generativelanguage.googleapis.com/v1beta
ENV TOOLS_CODE_EXECUTION_ENABLED=true
ENV MODEL_SEARCH='["gemini-2.0-flash-exp"]'
COPY ./api_keys.txt /app
# Expose port
EXPOSE 8000