ask_chatgpt: Ask ChatGPT

View source: R/ask_chatgpt.R

ask_chatgptR Documentation

Ask ChatGPT

Description

Note: See also 'reset_chat_session'.

Usage

ask_chatgpt(question)

Arguments

question

The question to ask ChatGPT.

Value

A character value with the response generated by ChatGPT.

Examples

## Not run: 
cat(ask_chatgpt("What do you think about R language?"))

## End(Not run)


chatgpt documentation built on May 31, 2023, 6:54 p.m.