Skip to content

Commit de8efd1

Browse files
committed
Update t.sh
1 parent d301919 commit de8efd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
curl --location "http://localhost:8000/api/v1/services/aigc/text-generation/generation" \
1+
curl --location "http://localhost:8000/siliconflow/models/deepseek-ai/DeepSeek-V3" \
22
--header "x-api-key: $SILICONFLOW_API_KEY" \
33
--header "Content-Type: application/json" \
44
--header "X-DashScope-SSE: enable" \
@@ -14,6 +14,6 @@ curl --location "http://localhost:8000/api/v1/services/aigc/text-generation/gene
1414
},
1515
"parameters": {
1616
"result_format": "message",
17-
"max_tokens": 1024
17+
"max_tokens": "100.1"
1818
}
1919
}'

0 commit comments

Comments
 (0)