13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"schema": 1,
|
|
"description": "Given a topic description generate a number of children's book ideas with short descriptions",
|
|
"execution_settings": {
|
|
"default": {
|
|
"max_tokens": 2000,
|
|
"temperature": 0.5,
|
|
"top_p": 1.0,
|
|
"presence_penalty": 0.0,
|
|
"frequency_penalty": 0.0
|
|
}
|
|
}
|
|
} |