From b1c0c84f101b045bb62703c016c29af644aa4f9c Mon Sep 17 00:00:00 2001 From: fatwang2 Date: Sun, 24 Mar 2024 22:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0dockerfile=20BACKEND?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e08097f..9c06f73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY search4all.py . # Set environment variables ENV PORT 8800 -ENV backend="" +ENV BACKEND="" ENV OPENAI_API_KEY="" ENV OPENAI_BASE_URL="" ENV LLM_MODEL=""