chore: 更新版本号到 v1.6.0

This commit is contained in:
2026-04-27 19:58:02 +08:00
parent b40e890e2b
commit eb2258c8c6
2 changed files with 7 additions and 3 deletions

4
app.py
View File

@@ -1,7 +1,7 @@
""" """
ParamHub - 参数百科 ParamHub - 参数百科
AI大模型与硬件参数速查平台 AI大模型与硬件参数速查平台
v1.5.0 - 支持多图上传和智能解析产品参数 v1.6.0 - 后台管理添加大模型接口配置功能
""" """
from flask import Flask, render_template, jsonify, request from flask import Flask, render_template, jsonify, request
@@ -1402,7 +1402,7 @@ def api_delete_image(filename):
if __name__ == '__main__': if __name__ == '__main__':
print("=" * 50) print("=" * 50)
print("ParamHub - 参数百科 v1.5.0") print("ParamHub - 参数百科 v1.6.0")
print("=" * 50) print("=" * 50)
print(f"访问地址: http://localhost:19010") print(f"访问地址: http://localhost:19010")
print(f"后台管理: http://localhost:19010/admin") print(f"后台管理: http://localhost:19010/admin")

View File

@@ -6,5 +6,9 @@
"copyright_year": "2026", "copyright_year": "2026",
"contact_email": "wlq@tphai.com", "contact_email": "wlq@tphai.com",
"github_url": "", "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"
} }