We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d301919 commit de8efd1Copy full SHA for de8efd1
t.sh
@@ -1,4 +1,4 @@
1
-curl --location "http://localhost:8000/api/v1/services/aigc/text-generation/generation" \
+curl --location "http://localhost:8000/siliconflow/models/deepseek-ai/DeepSeek-V3" \
2
--header "x-api-key: $SILICONFLOW_API_KEY" \
3
--header "Content-Type: application/json" \
4
--header "X-DashScope-SSE: enable" \
@@ -14,6 +14,6 @@ curl --location "http://localhost:8000/api/v1/services/aigc/text-generation/gene
14
},
15
"parameters": {
16
"result_format": "message",
17
- "max_tokens": 1024
+ "max_tokens": "100.1"
18
}
19
}'
0 commit comments