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

Removed

  • 删除Qwen.generation(原始格式调用文本生成), 仅保留Qwen.chat.

Internal

  • 增加CI测试

[0.1.0] - 2024-02-29

Added