gewuyou 3c9796524f feat(core): 添加核心服务模块并实现基本功能
- 新增 llmhub-core-service 模块,实现聊天和嵌入功能
- 添加 LLMService 接口及其实现类 LLMServiceImpl
- 实现了与 LLM 提供商的交互接口 LLMProvider- 新增模型路由管理器 ModelRouteManager 和相关配置
- 添加开发和生产环境配置文件
- 更新项目依赖,引入 Spring Cloud 和 Nacos
2025-04-26 19:00:29 +08:00

6 lines
80 B
Plaintext

// 开启springboot
extra[ProjectFlags.IS_ROOT_MODULE] = true
dependencies {
}