Comment spelling mistake fix

This commit is contained in:
JanSolo1 2024-04-12 00:44:44 +02:00
parent 6623ecb302
commit 79a4abc3ec

View file

@ -409,7 +409,7 @@ RAG_EMBEDDING_MODEL_AUTO_UPDATE = (
)
# device type embbeding models - "cpu" (default), "cuda" (nvidia gpu required) or "mps" (apple silicon) - choosing the correct model can lead to better performance
# device type embbeding models - "cpu" (default), "cuda" (nvidia gpu required) or "mps" (apple silicon) - choosing this right can lead to better performance
USE_CUDA = os.environ.get("USE_CUDA_DOCKER", "false")
if USE_CUDA.lower() == "true":