13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"schema": 1,
|
|
"description": "Tells you the sentence type (i.e. Question or Statement) of a given sentence",
|
|
"execution_settings": {
|
|
"default": {
|
|
"max_tokens": 64,
|
|
"temperature": 0.0,
|
|
"top_p": 0.0,
|
|
"presence_penalty": 0.0,
|
|
"frequency_penalty": 0.0
|
|
}
|
|
}
|
|
} |