if (FALSE) {
lev_dist <- get_levenshtein_d("kitten", "sitting",
model = "gpt-3.5-turbo",
api_key = "your_api_key")
cat("Levenshtein Distance:", lev_dist, "\n")
}
Run the code above in your browser using DataLab