Files
Chatbot-ElDia/ChatbotApi/appsettings.json
dmolinari b2c6ea5ffc Try: Reducción de llamadas API por mensaje (-67% de costo)
- 3 → 1 llamada API por mensaje (-66,6% de costo)
- Métodos GetIntentAsync y UpdateConversationSummaryAsync eliminados
- Prompt unificado con respuesta JSON estructurada
2025-12-09 12:36:04 -03:00

19 lines
414 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Gemini": {
"GeminiApiUrl": "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-lite:streamGenerateContent?alt=sse&key=",
"GeminiApiKey": ""
},
"ConnectionStrings": {},
"Jwt": {
"Key": "",
"Issuer": "",
"Audience": ""
}
}