13 lines
397 B
JSON
13 lines
397 B
JSON
{
|
|
"schema": 1,
|
|
"description": "Creates a children's book from the given input with a suggested number of words per page and a specific total number of pages",
|
|
"execution_settings": {
|
|
"default": {
|
|
"max_tokens": 2000,
|
|
"temperature": 0.5,
|
|
"top_p": 1.0,
|
|
"presence_penalty": 0.0,
|
|
"frequency_penalty": 0.0
|
|
}
|
|
}
|
|
} |