{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "LlmProviders": [ { "Provider": "openai", "Models": [ { "Id": "gpt-4o", "Name": "gpt-4o-mini-realtime-preview", "Version": "2024-12-17", "ApiKey": "", "Type": "realtime", "MultiModal": true, "PromptCost": 0.0025, "CompletionCost": 0.01 } ] }, { "Provider": "google-ai", "Models": [ { "Id": "gemini-2.0", "Name": "gemini-2.0-flash-exp", "Version": "20240620", "ApiKey": "", "Type": "realtime", "MultiModal": true, "PromptCost": 0.003, "CompletionCost": 0.015 } ] } ], "Database": { "Default": "FileRepository", "TablePrefix": "BotSharp", "BotSharpMongoDb": "", "FileRepository": "data", "Assemblies": [ "BotSharp.Core" ] }, "RealtimeModel": { "InputAudioFormat": "pcm16", "OutputAudioFormat": "pcm16" }, "PluginLoader": { "Assemblies": [ "BotSharp.Core", "BotSharp.Core.Realtime", "BotSharp.Plugin.OpenAI", "BotSharp.Plugin.GoogleAI" ] } }