Skip to content

Releases: AIDotNet/Thor

v0.4.0

03 Nov 17:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.1.0

19 Jun 09:23
Compare
Choose a tag to compare

项目名称正式修改Thor(雷神托尔)

v0.0.5

05 Jun 11:19
Compare
Choose a tag to compare
  • 支持通义千问嵌入模型
  • 支持百度大模型
  • ERNIE-Bot,Llama,Embedding,bge-large,AquilaChat等模型
  • 优化AzureOpenAI增加ClientFactory
  • 优化Claudia增加ClientFactory
  • 优化SparkDesk增加ClientFactory

v0.0.4

03 Jun 10:33
Compare
Choose a tag to compare
  • 支持知谱AI function
  • 支持Kimi(支持function)
  • 优化lobe主题增加个人信息头像显示
  • lobe主题提供退出登录界面
  • 优化部分功能

v0.0.3

29 May 16:58
dd813b6
Compare
Choose a tag to compare
  • 增加界面主题

    • default 使用react+semi组件库实现的默认主题
    • lobe 使用react+antd+lobe组件库使用的主题
  • 增加渠道可用模型列表显示

  • 增加c#接入文档