Skip to content

Commit c38682a

Browse files
frontend docker file changes
1 parent d327368 commit c38682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20 AS build
33

44
ARG BACKEND_API_URL="http://localhost:8000"
55
ARG REACT_APP_SOURCES=""
6-
ARG LLM_MODELS="Diffbot,Gemini 1.0 Pro,OpenAI GPT 3.5,OpenAI GPT 4o"
6+
ARG LLM_MODELS="diffbot,gpt-3.5,gpt-4o,gemini-1.0-pro"
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

0 commit comments

Comments
 (0)