We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca42d31 commit 1282fb5Copy full SHA for 1282fb5
1 file changed
README.md
@@ -51,6 +51,7 @@ docker-compose up -d
51
```bash
52
curl --location 'http://你的服务器ip:8080/v1/chat/completions' \
53
--header 'Content-Type: application/json' \
54
+--header 'Authorization: Bearer access_token' \
55
--data '{
56
"model": "auto",
57
"messages": [{"role": "user", "content": "Say this is a test!"}],
@@ -64,6 +65,7 @@ curl --location 'http://你的服务器ip:8080/v1/chat/completions' \
64
65
66
curl --location 'http://你的服务器ip:8080/v1/audio/speech' \
67
68
69
70
"model": "tts-1",
71
"input": "Hello, this is a test!",
0 commit comments