Skip to contents

Remove downloaded models from the local .cache folder.

Usage

text_model_remove(model = NULL)

Arguments

model

Model name. See text_model_download. Defaults to automatically find all downloaded models in the .cache folder.

Examples

if (FALSE) {
# text_init()  # initialize the environment

text_model_remove()
}