浏览代码

Comment fix config.py ln 412

JanSolo1 1 年之前
父节点
当前提交
6623ecb302
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/config.py

+ 1 - 1
backend/config.py

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