View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[0.2.2] - 2024-03-12
Changed
Qwen.text_to_image(text),不提供image_path时默认为nil,此时返回image_url
[0.2.1] - 2024-03-04
Fixed
- 修复文档错误; 优化文档格式(#8)
[0.2.0] - 2024-03-03
Added
- 新增
Qwen.text_to_image用于通义万相文生图模型的调用 - 新增
sigil_p用于文生图的字符模版解析
Changed
sigil_l从Qwen.Generation迁移到Qwen.Sigils
Removed
- 删除
Qwen.generation(原始格式调用文本生成), 仅保留Qwen.chat.
Internal
- 增加CI测试
[0.1.0] - 2024-02-29
Added
- 增加通义千问大语言模型文本生成功能的封装