Second-Me/lpm_kernel/api/domains/kernel2/services
wyx-hhhh 5a1620dee2 feat: Enhance cloud training and inference capabilities
- Updated TrainingProgress component to handle cloud training progress data and job ID.
- Modified trainExposureModel to allow nullable path and added optional stageName.
- Enhanced useSSE hook to support cloud model inference with new parameters.
- Introduced CloudProgressData type to align cloud training progress with local training structure.
- Implemented cloud inference request handling with local knowledge retrieval in cloudService.
- Added utility functions for managing active cloud model state in cloudModelUtils.
- Updated cloud inference endpoint to support local knowledge retrieval before cloud inference.
- Refactored advanced chat service to utilize new message structure for cloud inference.
- Enhanced prompt strategies to incorporate knowledge retrieval based on user messages.
2025-05-28 11:44:21 +08:00
..
__init__.py Initial commit 2025-03-20 00:37:54 +08:00
advanced_chat_service.py feat: Enhance cloud training and inference capabilities 2025-05-28 11:44:21 +08:00
advanced_prompt_strategies.py feat: Enhance cloud training and inference capabilities 2025-05-28 11:44:21 +08:00
chat_service.py feat: Enhance cloud training and inference capabilities 2025-05-28 11:44:21 +08:00
knowledge_service.py Fix typos (#60) 2025-03-27 10:18:39 +08:00
message_builder.py Feature/0327/adapter chat to openai (#121) 2025-03-31 15:49:11 +08:00
prompt_builder.py Feature/0327/adapter chat to openai (#121) 2025-03-31 15:49:11 +08:00
role_service.py Initial commit 2025-03-20 00:37:54 +08:00