mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
Replace other env variables in the file
This commit is contained in:
@@ -6,6 +6,12 @@ class Settings(BaseSettings):
|
||||
LLM_NAME: str = "openai_chat"
|
||||
EMBEDDINGS_NAME: str = "openai_text-embedding-ada-002"
|
||||
openai_token: str
|
||||
CELERY_BROKER_URL: str
|
||||
CELERY_RESULT_BACKEND: str
|
||||
MONGO_URI: str
|
||||
|
||||
API_KEY: str = None
|
||||
EMBEDDINGS_KEY: str = None
|
||||
|
||||
|
||||
path = Path(__file__).parent.parent.absolute()
|
||||
|
||||
Reference in New Issue
Block a user