mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-13 21:52:22 +00:00
update envs to not display https localhost
This commit is contained in:
parent
76f733f902
commit
19e3889f29
3 changed files with 3 additions and 2 deletions
1
.github/workflows/build-and-push-image.yaml
vendored
1
.github/workflows/build-and-push-image.yaml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
- 'cloud-deployments/*'
|
||||
- 'images/*'
|
||||
- '.vscode/*'
|
||||
- '.env.example'
|
||||
|
||||
jobs:
|
||||
push_to_registries:
|
||||
|
|
|
@ -53,7 +53,7 @@ GID='1000'
|
|||
# EMBEDDING_MODEL_PREF='my-embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
|
||||
|
||||
# EMBEDDING_ENGINE='localai'
|
||||
# EMBEDDING_BASE_PATH='https://localhost:8080/v1'
|
||||
# EMBEDDING_BASE_PATH='http://localhost:8080/v1'
|
||||
# EMBEDDING_MODEL_PREF='text-embedding-ada-002'
|
||||
# EMBEDDING_MODEL_MAX_CHUNK_LENGTH=1000 # The max chunk size in chars a string to embed can be
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ JWT_SECRET="my-random-string-for-seeding" # Please generate random string at lea
|
|||
# EMBEDDING_MODEL_PREF='my-embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
|
||||
|
||||
# EMBEDDING_ENGINE='localai'
|
||||
# EMBEDDING_BASE_PATH='https://localhost:8080/v1'
|
||||
# EMBEDDING_BASE_PATH='http://localhost:8080/v1'
|
||||
# EMBEDDING_MODEL_PREF='text-embedding-ada-002'
|
||||
# EMBEDDING_MODEL_MAX_CHUNK_LENGTH=1000 # The max chunk size in chars a string to embed can be
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue