13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"schema": 1,
|
|
"description": "Turn natural language into code",
|
|
"execution_settings": {
|
|
"default": {
|
|
"max_tokens": 256,
|
|
"temperature": 0.0,
|
|
"top_p": 0.0,
|
|
"presence_penalty": 0.0,
|
|
"frequency_penalty": 0.0
|
|
}
|
|
}
|
|
} |