{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Jwt": { "Issuer": "botsharp", "Audience": "botsharp", "Key": "31ba6052aa6f4569901facc3a41fcb4a" }, "Agent": { "RouterId": "", "DataDir": "agents", "TemplateFormat": "liquid" }, "Conversation": { "DataDir": "conversations", "ChatCompletion": "AzureOpenAI.Providers.ChatCompletionProvider" // "ChatCompletion": "LLamaSharp.ChatCompletionProvider" }, "LlamaSharp": { "Interactive": true, "ModelPath": "C:/Users/haipi/Downloads/llama-2-7b-chat.ggmlv3.q3_K_S.bin", "MaxContextLength": 1024, "NumberOfGpuLayer": 10 }, "AzureOpenAi": { "ApiKey": "", "Endpoint": "", "DeploymentModel": { "ChatCompletionModel": "", "TextCompletionModel": "" } }, "MetaAi": { "fastText": { "ModelPath": "crawl-300d-2M-subword.bin" } }, "MetaMessenger": { "Endpoint": "https://graph.facebook.com", "ApiVersion": "v17.0", "PageId": "", "PageAccessToken": "" }, "Database": { "Default": "FileRepository", "MongoDb": { "Master": "mongodb://localhost:27017/chat-ui" }, "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" }, "PluginLoader": { "Assemblies": [ "BotSharp.Core", "BotSharp.Plugin.AzureOpenAI", "BotSharp.Plugin.MetaAI", "BotSharp.Plugin.Qdrant", "BotSharp.Plugin.PaddleSharp", "BotSharp.Plugin.WeChat" ], "Plugins": [ "KnowledgeBasePlugin", "MemVecDbPlugin", "LLamaSharpPlugin", "AzureOpenAiPlugin", "MetaAiPlugin", "QdrantPlugin", "PaddleSharpPlugin", "WeChatPlugin" ] } }