Added embeddings name variable

This commit is contained in:
Serj
2023-04-29 15:46:09 +01:00
parent c9d24b8f42
commit b723e14d98
2 changed files with 9 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ from pathlib import Path
class Settings(BaseSettings):
LLM_NAME: str = "openai_chat"
EMBEDDINGS_NAME: str = "openai_text-embedding-ada-002"
openai_token: str