Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpieper authored Jan 30, 2025
1 parent 3f37215 commit 200e9e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

Batch process large language model (LLM) text completions by looping across the rows of a data frame column. This package is designed to optimize text processing tasks by utilizing data frames and column rows as the input and a new column with the text completions as the output.

## ⚠️ Package Status

**Note: This package is now deprecated.**

I have decided to cease development of batchLLM. This was my first attempt at creating an R package for LLM integration, and while it served its purpose, there are now better alternatives to work on:

- For general LLM operations, check out the [ellmer package](https://github.com/tidyverse/ellmer), where a batch functionality will be integrated
- For local LLM processing, consider using the [mall package](https://github.com/mlverse/mall)

I appreciate everyone who used and supported this package. All existing functionality will remain available but no new features will be added or issues resolved.

## 🚀 Features

- Supports multiple LLMs: OpenAI's GPT, Anthropic's Claude, and Google's Gemini
Expand Down

0 comments on commit 200e9e1

Please sign in to comment.