Skip to content

Commit

Permalink
update addin gif
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Oct 11, 2024
1 parent b79f590 commit e05833d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Then, ensure that you have an [`ANTHROPIC_API_KEY`](https://console.anthropic.co

## Example

Pals are created automatically when users interact with the pal addin. Just highlight some code, open the addin, and watch your code be rewritten:
Pals are created automatically when users interact with the pal addin. Just highlight some code, open the addin, begin typing the "role" of your pal and press "Return", and watch your code be rewritten:

![](https://github.com/simonpcouch/pal/raw/main/inst/figs/addin.gif)
As-is, the package provides ergonomic LLM assistants for R package development:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ status](https://www.r-pkg.org/badges/version/pal)](https://CRAN.R-project.org/pa
Pals are persistent, ergonomic LLM assistants designed to help you
complete repetitive, hard-to-automate tasks quickly. After selecting
some code, press the keyboard shortcut you’ve chosen to trigger the pal
addin, select the pal, and watch your code be rewritten.
addin (we suggest `Ctrl+Cmd+P`), select the pal, and watch your code be
rewritten.

**Much of the documentation in this package is aspirational and its
interface is likely to change rapidly.** \## Installation
Expand All @@ -37,8 +38,8 @@ information on how to set default metadata on that model.
## Example

Pals are created automatically when users interact with the pal addin.
Just highlight some code, open the addin, and watch your code be
rewritten:
Just highlight some code, open the addin, begin typing the “role” of
your pal and press “Return”, and watch your code be rewritten:

![](https://github.com/simonpcouch/pal/raw/main/inst/figs/addin.gif)
As-is, the package provides ergonomic LLM assistants for R package
Expand Down
Binary file modified inst/figs/addin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e05833d

Please sign in to comment.