Added llm model variable

This commit is contained in:
Serj
2023-04-29 15:44:47 +01:00
parent 43622e7ab1
commit c9d24b8f42
2 changed files with 10 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ from pathlib import Path
class Settings(BaseSettings):
LLM_NAME: str = "openai_chat"
openai_token: str