From df7b459009dd647df1d708fbccaf3ca5c5008d57 Mon Sep 17 00:00:00 2001 From: Nekohy Date: Mon, 4 Nov 2024 01:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=80=E4=B8=8B=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 473cb4a..0695f55 100644 --- a/readme.md +++ b/readme.md @@ -107,6 +107,7 @@ curl --request GET 'http://127.0.0.1:8787/v1/models' \ 请求 curl --request POST 'http://127.0.0.1:8787/v1/chat/completions' \ --header 'Content-Type: application/json' \ + --header "Authorization: Bearer Your API_KEY" --data '{ "messages": [ {