Skip to content

Commit

Permalink
Update .env.example (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Jerron Lim <[email protected]>
  • Loading branch information
StreetLamb authored Aug 9, 2024
1 parent 9d149ee commit b1601ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ [email protected]
FIRST_SUPERUSER_PASSWORD=changethis
USERS_OPEN_REGISTRATION=False
MAX_UPLOAD_SIZE=50_000_000
MAX_WORKERS=1 # Sets the number of processes
# Sets the number of processes
MAX_WORKERS=1

# llm provider keys. Add only to models that you want to use
OPENAI_API_KEY=
Expand Down Expand Up @@ -59,4 +60,4 @@ DOCKER_IMAGE_BACKEND=backend
DOCKER_IMAGE_FRONTEND=frontend

# Qdrant
QDRANT__SERVICE__API_KEY=changethis
QDRANT__SERVICE__API_KEY=changethis

0 comments on commit b1601ef

Please sign in to comment.