BotSharp/src/Plugins/UiAdapters/BotSharp.UiAdapter.HuggingChatUI/ViewModels/ConversationCreationModel.cs

7 lines
118 B
C#
Raw Normal View History

2023-06-03 02:07:30 +00:00
namespace HuggingChatUI.ViewModels;
public class ConversationCreationModel
{
public string Model { get; set; }
}