Commit Graph

3 Commits

Author SHA1 Message Date
61fb847ac1 ai + blog 2026-01-20 17:20:03 +08:00
ef6b5cb11e refactor: 重构AI服务架构为基于gRPC的实现
- 将AI服务从OpenAI API调用重构为gRPC服务架构
- 添加gRPC相关依赖和Protobuf编译插件
- 更新application.yml配置为gRPC客户端设置
- 移除旧的AIServiceImpl实现

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 17:17:55 +08:00
51d16ea077 feat: 添加AI服务模块实现代码分析和评估功能 2026-01-20 16:40:21 +08:00