absolute utter filth yet it's working
This commit is contained in:
parent
c3f3cc6acb
commit
7b322ef7fb
11 changed files with 169 additions and 4 deletions
7
src/Nyanlabs.Umogen.Core/Models/GptMessage.cs
Normal file
7
src/Nyanlabs.Umogen.Core/Models/GptMessage.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Nyanlabs.Umogen.Core.Models;
|
||||
|
||||
public record GptMessage(string Role, string Content)
|
||||
{
|
||||
public string Role { get; } = Role;
|
||||
public string Content { get; } = Content;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue