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-28 16:30:27 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"AzureAi": {
|
|
|
|
|
"ApiKey": "",
|
|
|
|
|
"Endpoint": "",
|
|
|
|
|
"InstructionFile": "Prompts\\chat-with-bob.txt",
|
|
|
|
|
"DeploymentModel": ""
|
2023-05-26 01:36:15 +00:00
|
|
|
}
|
|
|
|
|
}
|