Explorar el Código

Update docs/openai.md

royjhan hace 9 meses
padre
commit
04cde43b2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",