docsgpt llm provider

This commit is contained in:
Alex
2024-01-08 23:35:37 +00:00
parent a3e6239e6e
commit 033bcf80d0
3 changed files with 57 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ current_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__
class Settings(BaseSettings):
LLM_NAME: str = "openai"
LLM_NAME: str = "docsgpt"
EMBEDDINGS_NAME: str = "openai_text-embedding-ada-002"
CELERY_BROKER_URL: str = "redis://localhost:6379/0"
CELERY_RESULT_BACKEND: str = "redis://localhost:6379/1"