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:
@@ -1,8 +1,9 @@
|
||||
export type StoredMessage = {
|
||||
chatId: number;
|
||||
messageId: number;
|
||||
id: number;
|
||||
replyToMessageId?: number | null;
|
||||
fromId: number;
|
||||
text?: string;
|
||||
date: number;
|
||||
photoMaxSizeFilePath?: string | null;
|
||||
};
|
||||
Reference in New Issue
Block a user