浏览代码

Correct MacOS Host port example (#1301)

ToasterUwU 1 年之前
父节点
当前提交
63097607b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/faq.md

+ 1 - 1
docs/faq.md

@@ -23,7 +23,7 @@ Ollama binds to 127.0.0.1 port 11434 by default. Change the bind address with th
 On macOS:
 
 ```bash
-OLLAMA_HOST=0.0.0.0:11435 ollama serve
+OLLAMA_HOST=0.0.0.0:11434 ollama serve
 ```
 
 On Linux: