LLamaSharp/LLama.WebAPI/appsettings.json

11 lines
204 B
JSON
Raw Normal View History

2023-05-12 10:45:34 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-06-24 19:05:02 +08:00
"AllowedHosts": "*",
"ModelPath": "..\\..\\LLamaModel\\ggml-model-f32-q4_0.bin"
2023-05-12 10:45:34 +08:00
}