{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "LlmSettings": { "Provider": "Groq", "Ollama": { "BaseUrl": "http://192.168.0.150:11434", "Model": "llama3.1" }, "Groq": { "ApiKey": "", "Model": "llama-3.3-70b-versatile", "BaseUrl": "https://api.groq.com/openai/v1" } }, "YtDlp": { "CookiesBrowser": "firefox" } }