mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
Add support for creating online models and integrating custom model providers
This commit is contained in:
@@ -22,6 +22,7 @@ type IProviderController interface {
|
||||
UpdateProviderDefaultLLM(ctx *gin.Context, id string, input *ai_dto.UpdateLLM) error
|
||||
Delete(ctx *gin.Context, id string) error
|
||||
//Sort(ctx *gin.Context, input *ai_dto.Sort) error
|
||||
AddProvider(ctx *gin.Context, input *ai_dto.NewProvider) (*ai_dto.SimpleProvider, error)
|
||||
}
|
||||
|
||||
type IStatisticController interface {
|
||||
|
||||
Reference in New Issue
Block a user