Class Vicuna_v1PromptTemplate
- Namespace
- Oobabooga
APIHelper
- Assembly
- DougWare.OobaboogaAPIHelper.dll
- Inheritance
-
Vicuna_
v1 Prompt Template
- Inherited Members
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.