Skip to content

Commit 1513bf8

Browse files
docker file updated with models
1 parent 6a02b34 commit 1513bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ FROM node:20 AS build
33

44
ARG BACKEND_API_URL="http://localhost:8000"
55
ARG REACT_APP_SOURCES=""
6-
ARG LLM_MODELS=""
6+
ARG LLM_MODELS="Diffbot,Gemini 1.0 Pro,OpenAI GPT 3.5,OpenAI GPT 4o"
77
ARG GOOGLE_CLIENT_ID=""
88
ARG BLOOM_URL="https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true"
99
ARG TIME_PER_CHUNK=4
1010
ARG TIME_PER_PAGE=50
1111
ARG CHUNK_SIZE=5242880
12-
ARG ENV="DEV"
12+
ARG ENV="PROD"
1313

1414
WORKDIR /app
1515
COPY package.json yarn.lock ./

0 commit comments

Comments
 (0)