diff --git a/src/voice/config.py b/src/voice/config.py index d1d71f3..4568a63 100644 --- a/src/voice/config.py +++ b/src/voice/config.py @@ -115,7 +115,7 @@ class AgentConfig: system_prompt: str = "You are a helpful, friendly voice assistant." greeting: str | None = None greeting_mode: str = "generated" - fastgpt_reconnect_greeting: str = "欢迎回来继续对话" + fastgpt_reconnect_greeting: str = "欢迎回来继续对话,请告诉我准备好了之后继续办理" response_state: ResponseStateConfig = field(default_factory=ResponseStateConfig)