{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "OpenAi": { "userName": "", "password": "" }, "LlamaSharp": { "ModelPath": "C:\\Users\\haipi\\Downloads\\ggml-vic13b-q5_1.bin", "InstructionFile": "Prompts\\chat-with-bob.txt", "MaxContextLength": 512 }, "AzureAi": { "ApiKey": "", "Endpoint": "", "InstructionFile": "Prompts\\chat-with-bob.txt", "DeploymentModel": "" } }