MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / UpdateProviderConfig

Method UpdateProviderConfig

controller/ai/controller.go:21–21  ·  view source on GitHub ↗
(ctx *gin.Context, id string, input *ai_dto.UpdateConfig)

Source from the content-addressed store, hash-verified

19 Enable(ctx *gin.Context, id string) error
20 Disable(ctx *gin.Context, id string) error
21 UpdateProviderConfig(ctx *gin.Context, id string, input *ai_dto.UpdateConfig) error
22 UpdateProviderDefaultLLM(ctx *gin.Context, id string, input *ai_dto.UpdateLLM) error
23 Delete(ctx *gin.Context, id string) error
24 //Sort(ctx *gin.Context, input *ai_dto.Sort) error

Callers 3

QuickCreateAIServiceMethod · 0.65
UpdateProviderConfigMethod · 0.65
createAIServiceMethod · 0.65

Implementers 1

imlProviderControllercontroller/ai/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected