Table of Contents

Class Dolly_v2PromptTemplate

Namespace
OobaboogaAPIHelper
Assembly
DougWare.OobaboogaAPIHelper.dll
public class Dolly_v2PromptTemplate : PromptTemplate
Inheritance
Dolly_v2PromptTemplate
Inherited Members

Properties

BotName

The label for the bot in the prompt.

public override string BotName { get; set; }

Property Value

string

HumanName

The label for the human in the prompt.

public override string HumanName { get; set; }

Property Value

string

SystemPrompt

Appears at the beginning of the prompt.

public override string SystemPrompt { get; set; }

Property Value

string

stopping_strings

When the response produced one of the strings, the bot will stop generating text. These keep the bot from talking to itself.

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

Property Value

List<string>