update error logging
cutting all kind of prefixes for prompt making
This commit is contained in:
@@ -29,7 +29,7 @@ export class GeminiListModels extends ChatCommand {
|
||||
parse_mode: "HTML"
|
||||
});
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
logError(e);
|
||||
await replyToMessage({message: msg, text: "Не получилось загрузить список моделей"}).catch(logError);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user