Skip to content

Commit 8d8a4f9

Browse files
committed
fix
1 parent 672fd76 commit 8d8a4f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Your API Key for OpenAI
1+
# Your API Key for GEMINI_API
22
GEMINI_API_KEY=
33
# Provide proxy for OpenAI API. e.g. http://127.0.0.1:7890
44
HTTPS_PROXY=

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use node:alpine as the base image
2-
FROM node:alpine
2+
FROM node:18.15-alpine
33

44
# Set the working directory
55
WORKDIR /usr/src

0 commit comments

Comments
 (0)