generate_encoded_git_diff_output | R Documentation |
Takes the git diff output and encodes it for use in the API call to the 'OpenAI' 'GPT-3.5 Turbo' model.
generate_encoded_git_diff_output(git_diff_output)
git_diff_output |
A character vector containing the git diff output. |
A character vector containing the URL-encoded git diff output.
## Not run:
git_diff_output <- generate_git_diff_output()
generate_encoded_git_diff_output(git_diff_output)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.