get https://api.nama.ai/searcher/v1/generative-presets/
Retorna os detalhes de um preset generativo específico.
Log in to see full request history
Responses
Retorna os detalhes de um preset generativo específico.
xxxxxxxxxx
curl --location 'https://api.nama.ai/searcher/v1/generative-presets/1' \
--header 'Authorization: Bearer <your_api_token>'
xxxxxxxxxx
19{
"id": 1,
"name": "Default GPT-4 Preset",
"active": true,
"type": "CHAT",
"open_ai_model": "gpt-4o-mini",
"temperature": 0,
"maximum_length": 0,
"top_p": 0,
"frequency_penalty": 0,
"presence_penalty": 0,
"language": "Português",
"tone": "Comercial especializado",
"template_prompt": "{QUESTION}",
"template_system_prompt": "1. You are a helpful assistant...",
"project": 1,
"backend": "CHATGPT",
"generative_preset_config": 1
}