Skip to content

Commit 065870d

Browse files
author
zhuque
committed
update version to v3.4.4
1 parent 84f8351 commit 065870d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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规范。

internal/options/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
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
1212
func ShowBanner() {

0 commit comments

Comments
 (0)