clean, remove prompt and user info from logs, more docs edits

This commit is contained in:
Aidan 2025-06-27 03:15:49 -04:00
parent f43fcd470f
commit e1e017d32c
3 changed files with 8 additions and 6 deletions

View file

@ -227,8 +227,6 @@ export default (bot: Telegraf<Context>) => {
if (!ctx.message || !('text' in ctx.message)) return;
const isAsk = ctx.message.text.startsWith("/ask")
const model = isAsk ? flash_model : thinking_model
console.log(model)
console.log(ctx.message.text)
const textCtx = ctx as TextContext;
const reply_to_message_id = replyToMessageId(textCtx)
const Strings = getStrings(languageCode(textCtx))