if (FALSE) {
Sys.setenv(OPENAI_API_KEY = "Your API key")
# Without system_set
chat4R_streaming(content = "What is the capital of France?")
# With system_set provided
chat4R_streaming(
content = "What is the capital of France?",
system_set = "You are a helpful assistant."
)
}
Run the code above in your browser using DataLab