Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpieper committed Sep 15, 2024
1 parent 2bc04b5 commit 33fc9d8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,19 @@ Batch process large language model (LLM) text completions by looping across the

## 📦 Installation

CRAN:

``` r
install.packages("batchLLM")
```

GitHub:

``` r
install.packages("devtools")
devtools::install_github("dylanpieper/batchLLM")
```

## 🛠️ Usage

``` r
Expand Down Expand Up @@ -57,7 +66,7 @@ print(beliefs)
## 🤖 Supported LLMs

| LLM | Models |
|----------------------------|--------------------------------------------|
|---------------|---------------------------------------------------------|
| [OpenAI](https://github.com/irudnyts/openai) | gpt-4, gpt-4o, gpt-4o-mini, gpt-4-turbo, gpt-3.5-turbo |
| [Anthropic](https://github.com/yrvelez/claudeR) | claude-3-5-sonnet-20240620, claude-3-opus-20240229, claude-3-sonnet-20240229, claude-3-haiku-20240307, claude-2.1, claude-2.0 |
| [Google](https://github.com/jhk0530/gemini.R) | 1.5-pro, 1.5-flash, 1.0-pro |
Expand Down

0 comments on commit 33fc9d8

Please sign in to comment.