supportIdeaGeneration {chatAI4R} | R Documentation |
supportIdeaGeneration: Support Idea Generation from Selected Text or Clipboard.
Description
Assist in generating ideas or concepts.
Usage
supportIdeaGeneration(
Model = "gpt-4-0613",
SelectedCode = TRUE,
verbose = TRUE,
SlowTone = FALSE
)
Arguments
Model |
The OpenAI GPT model to use for text generation. Default is "gpt-4-0613". |
SelectedCode |
Logical flag to indicate whether to use the selected text in RStudio editor. Default is TRUE. |
verbose |
Logical flag to indicate whether to display the generated text. Default is TRUE. |
SlowTone |
Logical flag to indicate whether to print the text slowly. Default is FALSE. |
Details
Support Idea Generation from Selected Text or Clipboard Input
This feature helps you generate ideas or concepts based on input from your selected text or clipboard. It uses the OpenAI GPT model for text generation to assist in the idea generation process. The function reads the input from the clipboard.
Value
Prints the generated ideas or concepts based on the verbosity and tone speed settings.
Author(s)
Satoshi Kume
Examples
## Not run:
supportIdeaGeneration()
## End(Not run)