
Function reference
-
chat_to_doc() - Send highlighted text to gpt-4 output to doc
-
check_grammar_gpt() - Edit text for spelling, grammar, word count, clarity using GPT-3
-
compare_text() - Compare Two Texts
-
completion_ada() - Send highlighted text as completion prompt to ada
-
completion_chat() - Send highlighted text as a completion prompt to gpt-4
-
completion_davinci() - Send highlighted text as completion prompt to davinci
-
continue_chat() - Continue a chat with message history
-
gpt_edit() - Get suggested line edits
-
line_editor() - Get suggested line edits
-
line_editor_markdown() - Get suggested line edits with markdown flagged changes
-
parse_rmd() - Parse RMarkdown documents into sentences or paragraphs
-
points_to_prose() - Convert point form to longform prose
-
run_grammar_checker() - Start grammar checker shiny application
-
start_chat() - Start a continuous chat with message history
-
summarize_main_points() - summarize text into a series of points
-
write_function_doc() - Generates documentation in Roxygen syntax for an R function