From 91007b581aaadb75dfad5ae7a2e02c0d2ed5d6be Mon Sep 17 00:00:00 2001 From: david <74808160+ljoez@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:02:39 +0800 Subject: [PATCH] Create config.json --- intergrations/chatgpt-on-wechat/plugins/config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 intergrations/chatgpt-on-wechat/plugins/config.json diff --git a/intergrations/chatgpt-on-wechat/plugins/config.json b/intergrations/chatgpt-on-wechat/plugins/config.json new file mode 100644 index 000000000..b09ff72f2 --- /dev/null +++ b/intergrations/chatgpt-on-wechat/plugins/config.json @@ -0,0 +1,4 @@ +{ + "api_key": "ragflow-***", + "host_address": "127.0.0.1:80" +}