mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 12:04:02 +00:00
chore(bot): log assistant stage timings
This commit is contained in:
@@ -133,7 +133,7 @@ export function getBotRuntimeConfig(env: NodeJS.ProcessEnv = process.env): BotRu
|
||||
assistantModel: env.ASSISTANT_MODEL?.trim() || 'gpt-5-mini',
|
||||
assistantTimeoutMs: parsePositiveInteger(
|
||||
env.ASSISTANT_TIMEOUT_MS,
|
||||
15_000,
|
||||
20_000,
|
||||
'ASSISTANT_TIMEOUT_MS'
|
||||
),
|
||||
assistantMemoryMaxTurns: parsePositiveInteger(
|
||||
|
||||
Reference in New Issue
Block a user