Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 18, 2024
1 parent 1eee9d4 commit f9ed033
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ knitr::opts_chunk$set(

elmer makes it easy to use large language models (LLM) from R. It supports a wide variety of LLM providers and implements a rich set of features including streaming outputs, tool/function calling, structured data extraction, and more.

(Looking for something similar to elmer for python? Check out [chatlas](https://github.com/cpsievert/chatlas)!)
(Looking for something similar to elmer for python? Check out [chatlas](https://github.com/posit-dev/chatlas)!)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ features including streaming outputs, tool/function calling, structured
data extraction, and more.

(Looking for something similar to elmer for python? Check out
[chatlas](https://github.com/cpsievert/chatlas)!)
[chatlas](https://github.com/posit-dev/chatlas)!)

## Installation

Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
0 errors | 0 warnings | 1 note

* This is a new release.

* openai doesn't seem to allow automated link checkers, but the urls returning
403s do work from a real browser. Similarly for the plerplexity.ai 403
and the bluesky 404.
2 changes: 1 addition & 1 deletion vignettes/elmer.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ LLMs can also be useful to solve general programming problems. For example:

* You could automatically look up the documentation for an R function, and include it in the prompt to make it easier to figure out how to use a specific function.

* You can use LLMs to explain code, or even ask them to [generate a diagram](https://bsky.app/profile/daviddiviny.bsky.social/post/3lb6kjaen4c2u).
* You can use LLMs to explain code, or even ask them to [generate a diagram](https://bsky.app/profile/daviddiviny.com/post/3lb6kjaen4c2u).

* You can ask an LLM to analyse your code for potential code smells or security issues. You can do this a function at a time, or explore the entire source code of your package or script in the prompt.

Expand Down

0 comments on commit f9ed033

Please sign in to comment.