Liujian
5089901491
Cancel publishing related comments
2025-03-10 14:53:17 +08:00
sunanzhi
2be3aecf39
Merge pull request #234 from APIParkLab/feature/sunanzhi/1.6
...
Feature/sunanzhi/1.6
2025-03-10 10:45:04 +08:00
sunanzhi
e9f259bf6f
Merge branch 'main' of https://github.com/APIParkLab/APIPark into feature/sunanzhi/1.6
2025-03-10 10:43:45 +08:00
sunanzhi
897f2b5bd2
feat: add provider type field
2025-03-10 10:42:33 +08:00
sunanzhi
a53a527d80
Merge pull request #233 from APIParkLab/feature/sunanzhi/1.6
...
fix: resolve duplicate linked list data in model caused by updating v…
2025-03-07 20:09:45 +08:00
sunanzhi
fce631cc87
fix: resolve duplicate linked list data in model caused by updating vendor
2025-03-07 20:08:56 +08:00
sunanzhi
8624576bf8
Merge pull request #232 from APIParkLab/feature/sunanzhi/1.6
...
fix: resolve issue with adding vendor not loading
2025-03-07 19:54:09 +08:00
sunanzhi
4d72446c64
fix: resolve issue with adding vendor not loading
2025-03-07 19:52:47 +08:00
sunanzhi
faf621b646
Merge pull request #231 from APIParkLab/feature/sunanzhi/1.6
...
Feature/sunanzhi/1.6
2025-03-07 18:54:06 +08:00
sunanzhi
f2acea30e2
Merge branch 'main' of https://github.com/APIParkLab/APIPark into feature/sunanzhi/1.6
2025-03-07 18:50:34 +08:00
sunanzhi
a8c842b8d0
refactor: adjust model_runtime structure of provider model
2025-03-07 18:32:20 +08:00
sunanzhi
69fd1b915b
fix: resolve build failure due to unused model variable
2025-03-07 15:08:50 +08:00
sunanzhi
77e6f100b7
fix: resolve null pointer due to empty validator and comment out release model code
2025-03-07 14:56:54 +08:00
sunanzhi
69a3a7d5ba
Merge pull request #229 from APIParkLab/feature/sunanzhi/1.6
...
Feature/sunanzhi/1.6
2025-03-07 14:34:19 +08:00
sunanzhi
d3bd782165
fix: resolve error caused by fetching empty vendor config model
2025-03-07 14:33:23 +08:00
sunanzhi
3d4e2c3165
fix: resolve package error when LLMs list is empty
2025-03-07 14:07:53 +08:00
sunanzhi
22f15f5cbf
fix: fix null pointer in unconfigured provider fetch, add model name to list
2025-03-07 11:38:14 +08:00
sunanzhi
b8c73b7730
Merge pull request #228 from APIParkLab/feature/sunanzhi/1.6
...
feat: add API endpoint to retrieve model configuration template
2025-03-07 11:17:02 +08:00
sunanzhi
bc16d7f5ce
feat: add API endpoint to retrieve model configuration template
...
Introduce a new interface for fetching model configuration templates to enhance model management flexibility.
2025-03-07 11:15:49 +08:00
sunanzhi
8e4a3fc42b
Merge pull request #226 from APIParkLab/feature/sunanzhi/1.6
...
Feature/sunanzhi/1.6
2025-03-07 09:27:39 +08:00
sunanzhi
51792a8eda
Merge branch 'main' of https://github.com/APIParkLab/APIPark into feature/sunanzhi/1.6
...
# Conflicts:
# .gitignore
2025-03-06 18:33:21 +08:00
dashenbibi
dd4fdd8de3
Merge pull request #225 from APIParkLab/feature/dashen/model_mapping
...
Feature/dashen/model mapping
2025-03-06 18:27:32 +08:00
sunanzhi
b9f6abc9b3
Add support for creating online models and integrating custom model providers
2025-03-06 17:42:17 +08:00
2944321442@qq.com
8c40e1cf05
.gitignore
2025-03-05 10:49:22 +08:00
2944321442@qq.com
afb9cc2e44
feat:update .gitignore
2025-03-05 10:44:19 +08:00
2944321442@qq.com
8e854adaa3
feat:update .gitignore
2025-03-05 10:43:20 +08:00
2944321442@qq.com
860874ef5c
feat:添加服务模型映射功能
2025-03-05 10:15:05 +08:00
2944321442@qq.com
4b263c1e7a
Merge branch 'main' into feature/dashen/model_mapping
2025-03-05 10:15:00 +08:00
2944321442@qq.com
eaeae88f04
feat: add service model mapping configuration
2025-03-04 15:19:27 +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