Skip to content

Releases: AIDotNet/Thor

v0.5.3

24 Apr 02:55
2c3d8fd

Choose a tag to compare

What's Changed

  • Add AI service and responses handling, including caching and token ma… by @239573049 in #60
  • GCP对话流异常拦截 by @itchangc in #61
  • 添加国际化支持,集成i18next库,新增语言切换器组件,更新多个页面以支持多语言显示。更新package.json以包含相关依赖,并在应… by @239573049 in #62

Full Changelog: v0.5.2...v0.5.3

v0.5.2

25 Mar 08:21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

20 Feb 14:32

Choose a tag to compare

Full Changelog: v0.5...v0.5.1

  • 支持火山引擎
  • 支持推理字段
  • 支持自动转换推理字段

v0.5

14 Feb 05:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5

v0.4.0

03 Nov 17:59

Choose a tag to compare

What's Changed

  • Functioncall by @geffzhang in #37
  • Azure对话异常 打印url 消费日志web界面优化 by @itchangc in #38
  • fix: 修复连接字符串和 脚本、文档 中不一致 by @178884875 in #39
  • 升级.NET9

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.2.3

30 Oct 16:42
6d3219e

Choose a tag to compare

What's Changed

  • 支持OpenAI最新实时接口兼容 docs

Full Changelog: v0.2.2...v0.2.3

v0.2.2

25 Oct 18:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Oct 18:23
9837d73

Choose a tag to compare

What's Changed

  • 增强缓存机制,优化异常处理和界面样式 by @239573049 in #23
  • Feature/aspire by @239573049 in #24
    • 支持根据请求的向量类型自动帮忙转换返回的嵌入模型的类型 by @239573049 in #25

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Sep 16:25

Choose a tag to compare

What's Changed

  • lobe chat ui 界面调整,和一些界面展示调整 by @DHclly in #19
  • 优化代码结构和处理部分bug by @DHclly in #20
  • 修改讯飞星火对接实现,从 wss 改为 httpclient 形式 by @DHclly in #21
  • 支持Rabbit分布式事件实现
  • 支持单个请求耗时记录

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

20 Jun 05:08

Choose a tag to compare

What's Changed

  • fix: Fixed an issue where Azure could not use function #15
  • feat: We subdivide the cache service, define a separate class library for the common interface, and different implementations are also different class libraries for management
  • feat: The event bus is also subdivided, defining a separate class library for the interface, and then providing a local event bus implementation