mirror of https://github.com/velour/catbase.git
gpt: alias got for E
This commit is contained in:
parent
e2107ae4aa
commit
654cf6ced0
|
@ -51,6 +51,12 @@ func (p *GPTPlugin) register() {
|
|||
HelpText: "chat completion",
|
||||
Handler: p.chatMessageForce,
|
||||
},
|
||||
{
|
||||
Kind: bot.Message, IsCmd: true,
|
||||
Regex: regexp.MustCompile(`(?is)^got (?P<text>.*)`),
|
||||
HelpText: "chat completion",
|
||||
Handler: p.chatMessageForce,
|
||||
},
|
||||
{
|
||||
Kind: bot.Message, IsCmd: true,
|
||||
Regex: regexp.MustCompile(`(?is)^gpt-prompt: (?P<text>.*)`),
|
||||
|
|
Loading…
Reference in New Issue