We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a02b34 commit 1513bf8Copy full SHA for 1513bf8
frontend/Dockerfile
@@ -3,13 +3,13 @@ FROM node:20 AS build
3
4
ARG BACKEND_API_URL="http://localhost:8000"
5
ARG REACT_APP_SOURCES=""
6
-ARG LLM_MODELS=""
+ARG LLM_MODELS="Diffbot,Gemini 1.0 Pro,OpenAI GPT 3.5,OpenAI GPT 4o"
7
ARG GOOGLE_CLIENT_ID=""
8
ARG BLOOM_URL="https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true"
9
ARG TIME_PER_CHUNK=4
10
ARG TIME_PER_PAGE=50
11
ARG CHUNK_SIZE=5242880
12
-ARG ENV="DEV"
+ARG ENV="PROD"
13
14
WORKDIR /app
15
COPY package.json yarn.lock ./
0 commit comments