Table of Contents

Class ApiHelper.GenerateRequestBody

Namespace
OobaboogaAPIHelper
Assembly
DougWare.OobaboogaAPIHelper.dll

Represents the parameters used to control a chat model's text generation process, including the conversation.

public class ApiHelper.GenerateRequestBody : ModelParameters
Inheritance
ApiHelper.GenerateRequestBody
Inherited Members

Properties

prompt

The prompt to use for the generation request.

public string prompt { get; set; }

Property Value

string

stopping_strings

Tells the bot when to stop generating text.

public List<string> stopping_strings { get; set; }

Property Value

List<string>