Class PromptTemplate
- Namespace
- Oobabooga
APIHelper
- Assembly
- DougWare.OobaboogaAPIHelper.dll
Base class for prompt templates with reasonable, but arbitrary defaults.
- Inheritance
-
Prompt
Template
- Derived
- Inherited Members
Fields
BotNameReplacementToken
Field Value
HumanNameReplacementToken
Field Value
HumanPromptReplacementToken
Field Value
SystemPromptReplacementToken
Field Value
Properties
BotName
The label for the bot in the prompt.
Property Value
HumanName
The label for the human in the prompt.
Property Value
SystemPrompt
Appears at the beginning of the prompt.
Property Value
eos_token
The token to use for the end of a round. If there is one, this divides the prompt into multiple rounds.
Property Value
stopping_strings
When the response produced one of the strings, the bot will stop generating text. These keep the bot from talking to itself.