curl --request GET \
--url http://127.0.0.1:9550/v2/get_job_config
{
"custom_prompt": "<string>",
"other_model_params": "<any>",
"seed": 1,
"stream": true,
"temperature": 123,
"top_k": 1,
"top_p": 123
}
curl --request GET \
--url http://127.0.0.1:9550/v2/get_job_config
{
"custom_prompt": "<string>",
"other_model_params": "<any>",
"seed": 1,
"stream": true,
"temperature": 123,
"top_k": 1,
"top_p": 123
}
Job ID to retrieve configuration for
Successfully retrieved job configuration
The response is of type object
.
Was this page helpful?