Files
administration/appsettings.Development.json
2025-09-03 20:17:50 +02:00

14 lines
330 B
JSON

{
"Ollama": {
"Url": "https://ollama.byakurepo.online",
"Model": "qwen2.5:1.5b-instruct" // plus rapide que 3b
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Administration.Controllers.SearchController": "Debug",
"administration.Controllers.HelloFreshController": "Debug"
}
}
}