(ctx *gin.Context, id string)
| 14 | SimpleProviders(ctx *gin.Context) ([]*ai_dto.SimpleProviderItem, error) |
| 15 | SimpleConfiguredProviders(ctx *gin.Context, all string) ([]*ai_dto.SimpleProviderItem, *ai_dto.BackupProvider, error) |
| 16 | Provider(ctx *gin.Context, id string) (*ai_dto.Provider, error) |
| 17 | SimpleProvider(ctx *gin.Context, id string) (*ai_dto.SimpleProvider, error) |
| 18 | LLMs(ctx *gin.Context, driver string) ([]*ai_dto.LLMItem, *ai_dto.ProviderItem, error) |
| 19 | Enable(ctx *gin.Context, id string) error |
no outgoing calls
no test coverage detected