Creates a model with another name from an existing model.
Examples
if (FALSE) { # test_connection()$status_code == 200
copy("llama3", "llama3_copy")
delete("llama3_copy") # delete the model was just got copied
}
Creates a model with another name from an existing model.
if (FALSE) { # test_connection()$status_code == 200
copy("llama3", "llama3_copy")
delete("llama3_copy") # delete the model was just got copied
}