2024-01-30 05:45:27 -08:00
|
|
|
curl http://localhost:30000/generate \
|
|
|
|
|
-H "Content-Type: application/json" \
|
|
|
|
|
-d '{
|
|
|
|
|
"text": "Once upon a time,",
|
|
|
|
|
"sampling_params": {
|
2024-08-08 02:54:46 +02:00
|
|
|
"max_new_tokens": 64,
|
2024-01-30 05:45:27 -08:00
|
|
|
"temperature": 0
|
|
|
|
|
}
|
|
|
|
|
}'
|