if (FALSE) {
all_ratings <- generate_ratings_for_all(
model = "gpt-3.5-turbo",
stim_list = c("kick the bucket", "spill the beans"),
prompt = "You are a native English speaker.",
question = "Please rate the following stim:",
n_iterations = 5,
api_key = "your_api_key"
)
print(all_ratings)
}
Run the code above in your browser using DataLab