浏览代码

Update docs/openai.md

royjhan 9 月之前
父节点
当前提交
51214ddef5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/openai.md

+ 1 - 1
docs/openai.md

@@ -76,7 +76,7 @@ curl http://localhost:11434/v1/chat/completions \
         ]
     }'
 
-curl https://localhost:11434/v1/completions \
+curl http://localhost:11434/v1/completions \
     -H "Content-Type: application/json" \
     -d '{
         "model": "llama3",