From 23a1b9bac120eb88426c976d70003b9e0f1cfcb8 Mon Sep 17 00:00:00 2001 From: huangzhuang_3rd Date: Mon, 1 Jun 2026 18:30:57 +0800 Subject: [PATCH] =?UTF-8?q?v1.8.0:=20=E6=A8=A1=E5=9D=97=E5=8C=96=E9=87=8D?= =?UTF-8?q?=E6=9E=84=20+=20=E5=90=8E=E5=8F=B0=E7=99=BB=E5=BD=95=E8=AE=A4?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/config.json diff --git a/data/config.json b/data/config.json new file mode 100644 index 0000000..3c6e6e3 --- /dev/null +++ b/data/config.json @@ -0,0 +1,14 @@ +{ + "site_name": "ParamHub", + "site_subtitle": "参数百科", + "footer_text": "ParamHub - 模型与硬件参数速查平台", + "icp_number": "", + "copyright_year": "2026", + "contact_email": "wlq@tphai.com", + "github_url": "", + "llm_base_url": "https://open.bigmodel.cn/api/paas/v4", + "llm_api_key": "2259e33a1357460abe17919aaf81e73d.K44a8LPQTmFM5PKm", + "llm_model": "glm-4.5-air", + "llm_vision_model": "glm-4.6v", + "updated_at": "2026-04-27 23:58:26" +} \ No newline at end of file