Unverified Commit 9076386d authored by 0xWe11es.eth's avatar 0xWe11es.eth Committed by GitHub
Browse files

Fix SRT endpoint api json syntax (#84)

parent 959c4174
...@@ -235,7 +235,7 @@ curl http://localhost:30000/generate \ ...@@ -235,7 +235,7 @@ curl http://localhost:30000/generate \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"text": "Once upon a time,", "text": "Once upon a time,",
"parameters": { "sampling_params": {
"max_new_tokens": 16, "max_new_tokens": 16,
"temperature": 0 "temperature": 0
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment