7 lines
118 B
C#
7 lines
118 B
C#
|
|
namespace HuggingChatUI.ViewModels;
|
||
|
|
|
||
|
|
public class ConversationCreationModel
|
||
|
|
{
|
||
|
|
public string Model { get; set; }
|
||
|
|
}
|