Replace other env variables in the file

This commit is contained in:
Serj
2023-04-29 15:50:02 +01:00
parent b723e14d98
commit 47e5d5684a
2 changed files with 13 additions and 7 deletions

View File

@@ -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()