if (FALSE) {
request_skeleton <- gptstudio_create_skeleton(
service = "openai",
prompt = "Name the top 5 packages in R.",
history = list(list(role = "system", content = "You are an R assistant")),
stream = TRUE,
model = "gpt-3.5-turbo"
)
}
Run the code above in your browser using DataLab