mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update settings.py
This commit is contained in:
@@ -13,7 +13,7 @@ class Settings(BaseSettings):
|
|||||||
TOKENS_MAX_HISTORY: int = 150
|
TOKENS_MAX_HISTORY: int = 150
|
||||||
SELF_HOSTED_MODEL: bool = False
|
SELF_HOSTED_MODEL: bool = False
|
||||||
UPLOAD_FOLDER: str = "inputs"
|
UPLOAD_FOLDER: str = "inputs"
|
||||||
VECTOR_STORE: str = "elasticsearch" # "faiss" or "elasticsearch"
|
VECTOR_STORE: str = "faiss" # "faiss" or "elasticsearch"
|
||||||
|
|
||||||
API_URL: str = "http://localhost:7091" # backend url for celery worker
|
API_URL: str = "http://localhost:7091" # backend url for celery worker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user