File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v3.4.4] - 2024-11-05
9+
10+ ### 修复问题 (Fixed)
11+ 1 . 修复prompt可能被错误分割的问题
12+ 2 . 增加泛化模型加载日志
13+ 3 . 增加模型加载参数组合尝试
14+ 4 . 修复模型调用参数兼容问题
15+ 5 . 优化日志显示
16+ 6 . fixed https://github.com/Tencent/AI-Infra-Guard/issues/110
17+
818## [ v3.4.3] - 2025-10-27
919### 新增功能 (Added)
1020🔧 ** API文档支持** :更新并增强了API文档支持,提供更完整的接口文档和Swagger规范。
Original file line number Diff line number Diff line change 66 "fmt"
77)
88
9- const version = "v3.4.3 -dev"
9+ const version = "v3.4.4 -dev"
1010
1111// ShowBanner is used to show the banner to the user
1212func ShowBanner () {
You can’t perform that action at this time.
0 commit comments