From 6c4f1a21e4bff90270a9e5b5b82b3db442b0e2cf Mon Sep 17 00:00:00 2001 From: jinye_huang Date: Tue, 29 Jul 2025 20:39:20 +0800 Subject: [PATCH] before merge --- config/ai_model.json | 2 +- config/database.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config/ai_model.json b/config/ai_model.json index 2d89b90..808bd30 100644 --- a/config/ai_model.json +++ b/config/ai_model.json @@ -5,7 +5,7 @@ "temperature": 0.3, "top_p": 0.4, "presence_penalty": 1.2, - "timeout": 120, + "timeout": 60000, "max_retries": 3, "stream": true } \ No newline at end of file diff --git a/config/database.json b/config/database.json index 07c4f3d..68b8014 100644 --- a/config/database.json +++ b/config/database.json @@ -1,11 +1,7 @@ { "host": "localhost", "user": "root", -<<<<<<< HEAD "password": "civmek-rezTed-0hovre", -======= - "password": "Kj#9mP2$", ->>>>>>> 29551abc2e623c9624b7f72252e1b6a3b0c2a7ac "database": "travel_content", "port": 3306, "charset": "utf8mb4"