20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"api_key": {
|
|
"type": "string",
|
|
"title": "API Key",
|
|
"description": "Tu clave de API para servicios externos"
|
|
},
|
|
"model": {
|
|
"type": "string",
|
|
"title": "Modelo LLM",
|
|
"description": "Modelo de lenguaje a utilizar",
|
|
"enum": [
|
|
"gpt-3.5-turbo",
|
|
"gpt-4",
|
|
"claude-v1"
|
|
]
|
|
}
|
|
}
|
|
} |