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