From b8c0b1c6f848a7a3264a2a0691af893a60d53158 Mon Sep 17 00:00:00 2001 From: Tim <135014430+nagisa77@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:29:41 +0800 Subject: [PATCH] Update bot_father.ts --- bots/bot_father.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/bot_father.ts b/bots/bot_father.ts index 74b74c724..3cf6419cf 100644 --- a/bots/bot_father.ts +++ b/bots/bot_father.ts @@ -33,7 +33,7 @@ export abstract class BotFather { this.weatherMcp, this.webSearchPreview ], - model: "gpt-4o", + model: "gpt-4o-mini", modelSettings: { temperature: 0.7, topP: 1,