{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Jwt": { "Issuer": "botsharp", "Audience": "botsharp", "Key": "31ba6052aa6f4569901facc3a41fcb4a" }, "Router": { "RouterId": "01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a", "ReasonerId": "03d3fb55-9ada-423b-a6b4-f9ecddf4b26e" }, "Agent": { "DataDir": "agents", "TemplateFormat": "liquid", "MaxRecursiveDepth": 3 }, "Conversation": { "DataDir": "conversations", "ShowVerboseLog": false }, "LlamaSharp": { "Interactive": true, "ModelPath": "C:/Users/haipi/Downloads/llama-2-7b-guanaco-qlora.Q4_K_S.gguf", "MaxContextLength": 1024, "NumberOfGpuLayer": 15 }, "AzureOpenAi": { "ApiKey": "", "Endpoint": "", "DeploymentModel": { "ChatCompletionModel": "", "TextCompletionModel": "" } }, "MetaAi": { "fastText": { "ModelPath": "dbpedia.ftz" } }, "RoutingSpeeder": { }, "MetaMessenger": { "Endpoint": "https://graph.facebook.com", "ApiVersion": "v17.0", "PageId": "", "PageAccessToken": "" }, "Database": { "Default": "FileRepository", "MongoDb": "", "BotSharp": { "Master": "Data Source=(localdb)\\ProjectModels;Initial Catalog=BotSharp;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False", "Slavers": [] }, "FileRepository": "data", "UseCamelCase": true, "Assemblies": [ "BotSharp.Core" ] }, "Qdrant": { "Url": "", "ApiKey": "" }, "WeChat": { "AgentId": "437bed34-1169-4833-95ce-c24b8b56154a", "Token": "#{Token}#", "EncodingAESKey": "#{EncodingAESKey}#", "WeixinAppId": "#{WeixinAppId}#", "WeixinAppSecret": "#{WeixinAppSecret}#" }, "KnowledgeBase": { "VectorDb": "MemVectorDatabase", // "VectorDb": "QdrantDb", "TextEmbedding": "fastTextEmbeddingProvider", // "TextEmbedding": "LLamaSharp.TextEmbeddingProvider", "TextCompletion": "AzureOpenAI.Providers.TextCompletionProvider", // "TextCompletion": "LLamaSharp.TextCompletionProvider", "Pdf2TextConverter": "PaddleSharp.Providers.Pdf2TextConverter" }, "PluginLoader": { "Assemblies": [ "BotSharp.Core", "BotSharp.Plugin.AzureOpenAI", "BotSharp.Plugin.MetaAI", "BotSharp.Plugin.LLamaSharp", "BotSharp.Plugin.KnowledgeBase", "BotSharp.Plugin.Qdrant", "BotSharp.Plugin.PaddleSharp", "BotSharp.Plugin.WeChat", // "BotSharp.Plugin.RoutingSpeeder", "BotSharp.Plugin.PizzaBot" ] } }