浏览代码

i need coffee

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

+ 1 - 1
backend/config.py

@@ -222,7 +222,7 @@ if ENV == "prod":
     if OLLAMA_BASE_URL == "/ollama":
         if INCLUDE_OLLAMA:
             # if you use all-in-one docker container (Open WebUI + Ollama) 
-            # with the ocker build arg INCLUDE_OLLAMA=true (--build-arg="INCLUDE_OLLAMA=true") this only works with http://localhost:11434
+            # with the docker build arg INCLUDE_OLLAMA=true (--build-arg="INCLUDE_OLLAMA=true") this only works with http://localhost:11434
             OLLAMA_BASE_URL = "http://localhost:11434"
         else:    
             OLLAMA_BASE_URL = "http://host.docker.internal:11434"