LLamaSharp/LLama.WebAPI/appsettings.json

11 lines
214 B
JSON
Raw Permalink 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": "..\\LLama.Unittest\\Models\\llama-2-7b-chat.Q4_0.gguf"
2023-05-12 10:45:34 +08:00
}