BotSharp/src/WebStarter/appsettings.json

21 lines
376 B
JSON
Raw Normal View History

2023-05-26 01:36:15 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"OpenAi": {
"userName": "",
"password": ""
2023-05-27 01:58:31 +00:00
},
"LlamaSharp": {
"ModelPath": "C:\\Users\\haipi\\Downloads\\ggml-vic13b-q5_1.bin",
"InstructionFile": "Prompts\\chat-with-bob.txt",
"MaxContextLength": 512
2023-05-26 01:36:15 +00:00
}
}