-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
967 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ CREATE_FIRST_USER=true # set to false if you want to create the first user manua | |
# login: [email protected] | ||
# password: admin | ||
|
||
#LOCAL | ||
#OLLAMA_API_BASE_URL=http://host.docker.internal:11434 # Uncomment to activate ollama. This is the local url for the ollama api | ||
|
||
|
||
|
||
|
||
|
@@ -39,9 +42,6 @@ GOOGLE_CLOUD_PROJECT=<ignore-me> | |
CELERY_BROKER_URL=redis://redis:6379/0 | ||
CELEBRY_BROKER_QUEUE_NAME=quivr-preview.fifo | ||
|
||
#LOCAL | ||
#OLLAMA_API_BASE_URL=http://host.docker.internal:11434 # local all in one remove comment to use local llm with Ollama | ||
|
||
|
||
#RESEND | ||
RESEND_API_KEY=<change-me> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.