From 961322f8ba216935fc8cfca938f0263c09709c3c Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 27 Apr 2026 19:58:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B0=20v1.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 ++-- data/config.json | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 6c329c7..7063bae 100644 --- a/app.py +++ b/app.py @@ -1,7 +1,7 @@ """ ParamHub - 参数百科 AI大模型与硬件参数速查平台 -v1.5.0 - 支持多图上传和智能解析产品参数 +v1.6.0 - 后台管理添加大模型接口配置功能 """ from flask import Flask, render_template, jsonify, request @@ -1402,7 +1402,7 @@ def api_delete_image(filename): if __name__ == '__main__': print("=" * 50) - print("ParamHub - 参数百科 v1.5.0") + print("ParamHub - 参数百科 v1.6.0") print("=" * 50) print(f"访问地址: http://localhost:19010") print(f"后台管理: http://localhost:19010/admin") diff --git a/data/config.json b/data/config.json index 4831da4..e567b4d 100644 --- a/data/config.json +++ b/data/config.json @@ -6,5 +6,9 @@ "copyright_year": "2026", "contact_email": "wlq@tphai.com", "github_url": "", - "updated_at": "2026-04-11 02:28:39" + "updated_at": "2026-04-27 19:57:00", + "llm_base_url": "http://192.168.2.17:19007/v1", + "llm_api_key": "", + "llm_model": "auto", + "llm_vision_model": "gpt-4-vision-preview" } \ No newline at end of file