update regex matching - now bot responds only for base commands (like /ping) and with mention (like /ping@panfilovi4_bot) and ignores command if it mentions other bot;
Add ability to see, change and list gemini, mistral and ollama models
This commit is contained in:
@@ -4,7 +4,6 @@ import {chatCommands} from "../index";
|
||||
import {Help} from "./help";
|
||||
|
||||
export class Start extends ChatCommand {
|
||||
regexp = /^\/start/i;
|
||||
title = "/start";
|
||||
description = "Start the bot";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user