From d64a5315a502feefacfa657fd13ab226b901d67b Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Tue, 26 May 2026 14:30:18 +0800 Subject: [PATCH] update fastgpt config --- config/fastgpt.example.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config/fastgpt.example.json b/config/fastgpt.example.json index fce3aa7..65c64e8 100644 --- a/config/fastgpt.example.json +++ b/config/fastgpt.example.json @@ -33,14 +33,12 @@ }, "llm": { "provider": "fastgpt", - "api_key": "fastgpt-gPywgEQUC0BPEZxmKowfQOOsLNHcn9hthEVUH21ZsNld1v4IzvRakT6r", + "api_key": "fastgpt-v1FljAxBz3tJeS0bH7HZU4yVGclsTcfiy9yK7V9Zr9126maDHQ97Xlo8n", "base_url": "http://localhost:3030", "model": "my-voice-app", - "app_id": "6a139bdd53e3f8d9f274230b", + "app_id": "6a153aed53e3f8d9f2744905", "chat_id": null, - "variables": { - "user_name": "Alex" - }, + "variables": {}, "detail": false, "timeout_sec": 60.0, "send_system_prompt": false