소스 검색

Update docs/openai.md

royjhan 10 달 전
부모
커밋
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",