ask_chatgpt {chatgpt} | R Documentation |
Note: See also 'reset_chat_session'.
ask_chatgpt(question)
question |
The question to ask ChatGPT. |
A character value with the response generated by ChatGPT.
## Not run:
cat(ask_chatgpt("What do you think about R language?"))
## End(Not run)