the absolute state of S T U F F

This commit is contained in:
femsci 2023-11-18 11:01:11 +01:00
parent 17ed4cdb6f
commit c22d5c6d82
Signed by: femsci
GPG key ID: 08F7911F0E650C67
28 changed files with 12110 additions and 95 deletions

View file

@ -1,7 +0,0 @@
namespace Nyanlabs.Umogen.Core.Models;
public record GptMessage(string Role, string Content)
{
public string Role { get; } = Role;
public string Content { get; } = Content;
}