Releases: AIDotNet/Thor
Releases · AIDotNet/Thor
v0.5.3
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
v0.5.1
Full Changelog: v0.5...v0.5.1
- 支持火山引擎
- 支持推理字段
- 支持自动转换推理字段
v0.5
What's Changed
- Feature/auth by @239573049 in #40
- 增加 亚马逊 anthropic.claude by @itchangc in #41
- Remove duplicate code by @SpiderMan95 in #43
- 超时改到30分钟 by @imxcstar in #45
New Contributors
- @SpiderMan95 made their first contribution in #43
Full Changelog: v0.4.0...v0.5
v0.4.0
What's Changed
- Functioncall by @geffzhang in #37
- Azure对话异常 打印url 消费日志web界面优化 by @itchangc in #38
- fix: 修复连接字符串和 脚本、文档 中不一致 by @178884875 in #39
- 升级.NET9
New Contributors
- @geffzhang made their first contribution in #37
- @178884875 made their first contribution in #39
Full Changelog: v0.3.0...v0.4.0
v0.2.3
What's Changed
- 修改pg的 sql by @itchangc in #35
- Feature/realtime by @239573049 in #36
- 支持OpenAI最新实时接口兼容 docs
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- 删除前端未引用组件 by @239573049 in #26
- Add docker-compose-rabbitmq.yml for RabbitMQ integration by @239573049 in #28
- 禁用的token令牌不能使用 by @itchangc in #29
- 渠道管理/新增/更新取到,选择模型数据会丢失 by @itchangc in #30
- chore: Update docker-compose-rabbitmq.yml and .gitignore by @239573049 in #32
- Feature/token by @239573049 in #33
New Contributors
Full Changelog: v0.2.1...v0.2.2
What's Changed
- 删除前端未引用组件 by @239573049 in #26
- Add docker-compose-rabbitmq.yml for RabbitMQ integration by @239573049 in #28
- 禁用的token令牌不能使用 by @itchangc in #29
- 渠道管理/新增/更新取到,选择模型数据会丢失 by @itchangc in #30
- chore: Update docker-compose-rabbitmq.yml and .gitignore by @239573049 in #32
- Feature/token by @239573049 in #33
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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
v0.1.1
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