13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"schema": 1,
|
|
"description": "Analyze given text or document and extract key topics worth remembering",
|
|
"execution_settings": {
|
|
"default": {
|
|
"max_tokens": 128,
|
|
"temperature": 0.0,
|
|
"top_p": 0.0,
|
|
"presence_penalty": 0.0,
|
|
"frequency_penalty": 0.0
|
|
}
|
|
}
|
|
} |