(ctx context.Context, providerId string, ids ...string)
| 18 | CountByModel(ctx context.Context, model string) (int64, error) |
| 19 | CountByProvider(ctx context.Context, provider string) (int64, error) |
| 20 | UpdateAIProvider(ctx context.Context, providerId string, ids ...string) error |
| 21 | DeleteByService(ctx context.Context, serviceId string) error |
| 22 | } |
| 23 |