royjhan 10 месяцев назад
Родитель
Сommit
04cde43b2a
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://api.openai.com/v1/completions \
+curl https://localhost:11434/v1/completions \
     -H "Content-Type: application/json" \
     -d '{
         "model": "llama3",