Table of Contents

Class Vicuna_v1PromptTemplate

Namespace
OobaboogaAPIHelper
Assembly
DougWare.OobaboogaAPIHelper.dll
public class Vicuna_v1PromptTemplate : PromptTemplate
Inheritance
Vicuna_v1PromptTemplate
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

eos_token

The token to use for the end of a round. If there is one, this divides the prompt into multiple rounds.

public override string eos_token { 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>