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 a18b1e6 commit 281f632Copy full SHA for 281f632
t.sh
@@ -15,6 +15,7 @@ curl --location "http://localhost:8000/api/v1/services/aigc/text-generation/gene
15
"parameters": {
16
"result_format": "message",
17
"incremental_output":true,
18
- "max_tokens": 1024
+ "max_tokens": 1024,
19
+ "top_p":"a"
20
}
21
}'
0 commit comments