Update settings.py

Lines 154-157 added again as commented.
This commit is contained in:
Javier Castillo
2024-05-07 08:46:34 +02:00
committed by GitHub
parent cf6f6e15fe
commit 7f0a1bc15b

View File

@@ -151,6 +151,10 @@ class HuggingFaceSettings(BaseModel):
embedding_hf_model_name: str = Field(
description="Name of the HuggingFace model to use for embeddings"
)
access_token: str = Field(
None,
description="Huggingface access token, required to download some models",
)
class EmbeddingSettings(BaseModel):