Skip to content

DeleteCustomModelResponse

Response confirming the deletion of a custom model.

Example Usage

typescript
import { DeleteCustomModelResponse } from "@meetkai/mka1/models/components";

let value: DeleteCustomModelResponse = {
  message: "Custom model 'my-local-llama' deleted successfully",
};

Fields

FieldTypeRequiredDescription
messagestring✔️Confirmation message about the deletion