32 lines
755 B
JSON
32 lines
755 B
JSON
{
|
|
"properties": {
|
|
"api_key": {
|
|
"description": "Tu clave de API para servicios externos",
|
|
"title": "API Key",
|
|
"type": "string"
|
|
},
|
|
"max_tokens": {
|
|
"description": "N\u00c3\u00bamero m\u00c3\u00a1ximo de tokens por respuesta",
|
|
"title": "Tokens M\u00c3\u00a1ximos",
|
|
"type": "number"
|
|
},
|
|
"model": {
|
|
"description": "Modelo de lenguaje a utilizar",
|
|
"enum": [
|
|
"gpt-3.5-turbo",
|
|
"gpt-4",
|
|
"claude-v1"
|
|
],
|
|
"title": "Modelo LLM",
|
|
"type": "string"
|
|
},
|
|
"temperature": {
|
|
"description": "Creatividad de las respuestas (0-1)",
|
|
"maximum": 1,
|
|
"minimum": 0,
|
|
"title": "Temperatura",
|
|
"type": "number"
|
|
}
|
|
},
|
|
"type": "object"
|
|
} |