diff --git a/audio_ai_chat/.env b/audio_ai_chat/.env
index 6eda825..4c0e46e 100644
--- a/audio_ai_chat/.env
+++ b/audio_ai_chat/.env
@@ -6,9 +6,10 @@ LOG_LEVEL=INFO
LOG_FILE=logs/app.log
# ASR服务配置
-ASR_SERVICE_URL=http://localhost:5000/asr
-ASR_TIMEOUT=30 # 超时时间(秒)
-ASR_RETRY_TIMES=2 # 重试次数
+ASR_HOST=10.10.10.202
+ASR_PORT=10096
+ASR_TIMEOUT=30 # 超时时间(秒)
+ASR_RETRY_TIMES=2 # 重试次数
# LLM服务配置
LLM_SERVICE_URL=http://localhost:6000/chat
diff --git a/audio_ai_chat/.idea/dictionaries/project.xml b/audio_ai_chat/.idea/dictionaries/project.xml
new file mode 100644
index 0000000..cf44085
--- /dev/null
+++ b/audio_ai_chat/.idea/dictionaries/project.xml
@@ -0,0 +1,7 @@
+