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 095de8e commit 9b094e4Copy full SHA for 9b094e4
t.sh
@@ -1,5 +1,5 @@
1
curl --location "http://localhost:8000/api/v1/services/aigc/text-generation/generation" \
2
---header "Authorization: Bearer $DASHSCOPE_API_KEY" \
+--header "x-api-key: $DASHSCOPE_API_KEY" \
3
--header "Content-Type: application/json" \
4
--header "X-DashScope-SSE: enable" \
5
--data '{
0 commit comments