namespace Lunaris2.Handler.ChatCommand; public class ChatSettings { public string Url { get; set; } public string Model { get; set; } }