namespace BotSharp.Plugin.HuggingChatUI.ViewModels;
public class ConversationCreationModel
{
public string Model { get; set; }
}