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 d327368 commit c38682aCopy full SHA for c38682a
frontend/Dockerfile
@@ -3,7 +3,7 @@ FROM node:20 AS build
3
4
ARG BACKEND_API_URL="http://localhost:8000"
5
ARG REACT_APP_SOURCES=""
6
-ARG LLM_MODELS="Diffbot,Gemini 1.0 Pro,OpenAI GPT 3.5,OpenAI GPT 4o"
+ARG LLM_MODELS="diffbot,gpt-3.5,gpt-4o,gemini-1.0-pro"
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
0 commit comments