Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 26, 2024 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/72a353c88cd3984567746338b192b8f9 to your computer and use it in GitHub Desktop.
Save bjoerntx/72a353c88cd3984567746338b192b8f9 to your computer and use it in GitHub Desktop.
Request apiRequest = new Request
{
Messages = new[]
{
new RequestMessage
{
Role = "system",
Content = "You are a helpful assistant in the classification of documents."
},
new RequestMessage
{
Role = "user",
Content = requestPrompt
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment