diff --git a/src/hooks/useDigitalHuman.ts b/src/hooks/useDigitalHuman.ts index abd199e..7a2be17 100644 --- a/src/hooks/useDigitalHuman.ts +++ b/src/hooks/useDigitalHuman.ts @@ -7,7 +7,7 @@ import { TokenManager } from "@/utils/tokenManager"; import type { ChatMessage, SubtitleMode } from "@/types"; const DEFAULT_TEXT = - "你好,我是GP超霸博士,请问有什么需要帮忙的吗?"; + "你好!我是皮特教授,歡迎向我提問任何有關電池的問題。"; const OPENING_TTS_DELAY_MS = 200; const SILENCE_TIMEOUT_MS = 5000; // 最短有效语音时长(秒),低于此时长视为无效输入