2 Commits

Author SHA1 Message Date
gewuyou
05a2a78dfd feat(impl): 添加百炼模型服务实现
- 新增 BaiLianModelService 接口及其实现类 BaiLianModelServiceImpl- 添加与阿里云 DashScope API 交互的适配器 DashScopeAdapter
- 新增百炼提供商 BaiLianProvider
- 更新 ChatController 以支持流式聊天- 添加必要的配置类和属性文件
2025-04-27 17:08:12 +08:00
gewuyou
096d3f11ab feat(llmhub-base): 初始化基础,设置依赖版本
- 创建.git模块

- 添加项目构建配置文件attributes、.gitignore等项目配置文件
- 初始化IntelliJ IDEA项目设置
- 添加Spring Boot应用配置
- 设置Gradle构建脚本
2025-04-24 18:53:23 +08:00