if (FALSE) {
library(gemini.R)
setAPI("YOUR_API_KEY")
chats <- gemini_chat("Pretend you're a snowman and stay in character for each")
print(chats$outputs)
chats <- gemini_chat("What's your favorite season of the year?", chats$history)
print(chats$outputs)
chats <- gemini_chat("How do you think about summer?", chats$history)
print(chats$outputs)
}
Run the code above in your browser using DataLab