Skip to contents

This is an RStudio addin function that should become available after the package is installed.

Usage

gpt_edit(model_type = "gpt-3.5-turbo")

Arguments

model_type

string, default "gpt-3.5-turbo"

Value

string to console

Details

Highlight text in an editor window while using Rstudio, then select the addin from the drop-down menu. Allows a selection of different editing prompts from the console before sending.

This function sends the selected text to a gpt-3.5-turbo chat model. The system prompt is:

You are an editorial writing assistant. Your task is to edit the content you receive for improved clarity, flow, and reduced word count.

The model receives the highlighted text, generates a response following the prompt, and returns the new suggested text to the console.