Commit Graph

977 Commits

Author SHA1 Message Date
ningyv 2aa021f74b feat: feature/1.6-Integrate custom model 2025-03-11 16:02:02 +08:00
ningyv 470a945bad feat: feature/1.6-Integrate custom model 2025-03-11 10:23:26 +08:00
ningyv 428cfb144e feat: feature/1.6-Integrate custom model 2025-03-10 18:03:09 +08:00
ningyv 92523eaf30 feat: feature/1.6-Integrate custom model 2025-03-10 11:40:18 +08:00
ningyv 35714779f9 feat: feature/1.6-Integrate custom model 2025-03-10 10:34:35 +08:00
ningyv 753b81d3dd feat: feature/1.6-Integrate custom model 2025-03-10 10:09:42 +08:00
ningyv 4577aca730 feat: feature/1.6-Integrate custom model 2025-03-10 09:45:15 +08:00
ningyv 8ca8d51025 feat: feature/1.6-Integrate custom model 2025-03-07 14:24:14 +08:00
ningyv b1f010ad60 feat: feature/1.6-Integrate custom model 2025-03-07 11:05:53 +08:00
ningyv 1ed05b96b4 feat: feature/1.6-Integrate custom model 2025-03-06 16:16:20 +08:00
ningyv a7f1da85b1 Merge remote-tracking branch 'origin/main' into feature/1.6-cx 2025-03-06 11:31:29 +08:00
ningyv 59c0bfe3f5 feat: feature/1.6-Integrate custom model 2025-03-06 11:07:58 +08:00
ningyv 7a84c5aec3 Merge pull request #222 from APIParkLab/feature/1.5-cx
fix: homepage Permission Configuration
2025-03-03 14:21:16 +08:00
ningyv 1a8538b617 fix: homepage Permission Configuration 2025-03-03 14:20:20 +08:00
ningyv ddd1d662b1 Merge pull request #221 from APIParkLab/feature/1.5-cx
fix: homepage Permission Configuration
2025-03-03 14:15:27 +08:00
ningyv c56319d1c2 fix: homepage Permission Configuration 2025-03-03 14:14:20 +08:00
ningyv d489912705 Merge pull request #220 from APIParkLab/feature/1.6
fix: service configuration LLM API error
2025-03-03 09:51:49 +08:00
ningyv f95437ad1a fix: service configuration LLM API error 2025-03-03 09:51:14 +08:00
ningyv 04bbac1252 Merge pull request #212 from APIParkLab/feature/1.5-cx
feat: feature/1.5-Data Integration
2025-02-20 18:36:42 +08:00
ningyv aa873f75f2 feat: feature/1.5-Data Integration 2025-02-20 18:35:26 +08:00
Dot.L 70de481b52 Merge pull request #211 from APIParkLab/feature/1.5-local-model
This pull request includes several changes aimed at improving error handling, adding new functionalities, and refactoring existing code. The changes primarily focus on the AI provider and controller modules.

Error Handling Improvements:
Added checks to ensure the client is initialized before performing operations in multiple functions (PullModel, StopPull, CancelPipeline, RemoveModel, ModelsInstalled) in ai-provider/local/executor.go. [1] [2] [3] [4]
New Functionalities:
Introduced OllamaConfig and OllamaConfigUpdate methods to the ILocalModelController interface and implemented them in controller/ai-local/iml.go. These methods allow for getting and updating the Ollama configuration. [1] [2]
Added functionality to automatically subscribe all applications to new services in the Create method of controller/service/iml.go.
Refactoring:
Refactored the initialization of the Ollama client by replacing the static address with a ResetOllamaAddress function in ai-provider/local/local.go.
Removed unused code and imports, such as the newAIUpstream function and upstream_dto import in controller/service/iml.go. [1] [2]
Codebase Simplification:
Simplified the OnInit method in controller/system/iml.go by consolidating the creation of default entities and adding subscription logic. [1] [2] [3]
Additional Changes:
Added new imports and modules to support the new functionalities and refactoring efforts. [1] [2] [3]
2025-02-20 14:31:31 +08:00
Liujian 17f700c77d Fix: Failure to update local model configuration to gateway 2025-02-20 14:24:39 +08:00
ningyv 89b4a51774 Merge pull request #210 from APIParkLab/feature/1.5-cx
feat: feature/1.5-Data Integration
2025-02-20 14:20:59 +08:00
ningyv 8e974a4fe3 feat: feature/1.5-Data Integration 2025-02-20 14:19:34 +08:00
ningyv 60a151f798 Merge pull request #209 from APIParkLab/feature/1.5-cx
feat: feature/1.5-Data Integration
2025-02-20 13:52:50 +08:00
ningyv 0dc5685aa9 feat: feature/1.5-Data Integration 2025-02-20 13:51:53 +08:00
ningyv 35f8a1e539 Merge pull request #208 from APIParkLab/feature/1.5-cx
feat: feature/1.5-Data Integration
2025-02-20 11:37:47 +08:00
ningyv 179b9e16d6 feat: feature/1.5-Data Integration 2025-02-20 11:36:34 +08:00
Liujian b573b380ab Merge remote-tracking branch 'github-pro/main' into feature/1.5-local-model 2025-02-19 19:51:32 +08:00
Liujian fb9c92e941 fix: ai balance bug 2025-02-19 19:18:17 +08:00
ningyv 2ae6af46ef Merge pull request #207 from APIParkLab/feature/1.5-cx
Feature/1.5 cx
2025-02-19 18:41:45 +08:00
ningyv e366f3545f feat: feature/1.5-Data Integration 2025-02-19 18:19:17 +08:00
Liujian e16e06d8b6 Fix: Issue of failed update service 2025-02-19 17:58:20 +08:00
ningyv 8dca13f4e5 feat: feature/1.5-Data Integration 2025-02-19 17:56:46 +08:00
Liujian 60662c443d Add model information field to service information 2025-02-19 17:24:12 +08:00
ningyv 2aad0959c4 feat: feature/1.5-Data Integration 2025-02-19 16:05:19 +08:00
Liujian 690c2fe2f7 Fix: Issue where the service status is not updated after the local model download is completed 2025-02-19 10:57:39 +08:00
Liujian 9a833023ce Merge remote-tracking branch 'origin/feature/1.5-cx' into feature/1.5-local-model 2025-02-19 10:27:11 +08:00
ningyv 4128de90fd feat: feature/1.5-Data Integration 2025-02-19 10:23:16 +08:00
Liujian 0eb24ef7b1 Merge remote-tracking branch 'origin/feature/1.5-cx' into feature/1.5-local-model 2025-02-19 10:13:55 +08:00
ningyv 7af43de521 feat: feature/1.5-Data Integration 2025-02-19 09:34:09 +08:00
ningyv 1897fe9467 feat: feature/1.5-Data Integration 2025-02-19 09:27:10 +08:00
ningyv 9de48bf400 feat: feature/1.5-Data Integration 2025-02-18 21:55:58 +08:00
ningyv 7e2852b7e6 feat: feature/1.5-Data Integration 2025-02-18 19:51:28 +08:00
Liujian 184db4c933 Merge remote-tracking branch 'origin/feature/1.5-cx' into feature/1.5-local-model 2025-02-18 18:06:32 +08:00
ningyv 7f3e43d929 fix: route handling does not work on page reload 2025-02-18 16:00:12 +08:00
Liujian 30c09006b0 add api: get/set ollama api address 2025-02-18 15:42:57 +08:00
Dot.L fbd9e1d979 Merge pull request #205 from APIParkLab/feature/1.5-local-model
Feature/1.5 local model
2025-02-18 10:24:34 +08:00
Liujian d143aee8c3 fix: cancel deploy error 2025-02-18 10:20:33 +08:00
ningyv aaadc5e450 Merge pull request #204 from APIParkLab/feature/1.5-cx
feat: feature/1.5-Data Integration
2025-02-18 10:18:17 +08:00