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