You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -X 'POST'
'http://localhost:3000/generate'
-H 'accept: text/event-stream'
-H 'Content-Type: application/json'
-d '{
"prompt": "Explain superconductors like I'''m five years old",
"max_tokens": 1024
}'
How can I use stream?
The text was updated successfully, but these errors were encountered:
curl -X 'POST'
'http://localhost:3000/generate'
-H 'accept: text/event-stream'
-H 'Content-Type: application/json'
-d '{
"prompt": "Explain superconductors like I'''m five years old",
"max_tokens": 1024
}'
How can I use stream?
The text was updated successfully, but these errors were encountered: