From f5c084b2f0dd60334db74f9b87b313646995f60f Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Tue, 15 Oct 2024 10:08:46 -0700 Subject: [PATCH] adjust awkward verbiage --- vignettes/pal.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/pal.Rmd b/vignettes/pal.Rmd index 644425e..1563778 100644 --- a/vignettes/pal.Rmd +++ b/vignettes/pal.Rmd @@ -24,7 +24,7 @@ Under the hood, pals are driven by Large Language Models (LLMs). To use pals, yo Pals use the [elmer](https://github.com/hadley/elmer) package to interface with LLMs. Any model supported by elmer is supported by pal. -As of late October 2024, we highly recommend [Anthropic's Claude Sonnet 3.5](https://www.anthropic.com/news/claude-3-5-sonnet) as the model to power your pals. Compared to other models we've tried, Claude is most likely to generate syntactically valid code that aligns with the pal's prompt well. As such, Claude is the default model used by pal. If you want to use Claude with pal, the only additional setup step you need is to set an [`ANTHROPIC_API_KEY`](https://console.anthropic.com/) in your `.Renviron`---you might use `usethis::edit_r_environ()` to open the file, and then set: +As of October 2024, we highly recommend [Anthropic's Claude Sonnet 3.5](https://www.anthropic.com/news/claude-3-5-sonnet) as the model to power your pals. Compared to other models we've tried, Claude is most likely to generate syntactically valid code that aligns with the pal's prompt well. As such, Claude is the default model used by pal. If you want to use Claude with pal, the only additional setup step you need is to set an [`ANTHROPIC_API_KEY`](https://console.anthropic.com/) in your `.Renviron`---you might use `usethis::edit_r_environ()` to open the file, and then set: ```env ANTHROPIC_API_KEY=your.key.here