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 31, 2025
1 parent e669554 commit 7c9fec9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Batch process large language model (LLM) text completions by looping across the

## ⚠️ Package Status

**Note: This package is now deprecated.**
**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:
I have stopped the 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)
- For general LLM operations, check out the [ellmer package](https://github.com/tidyverse/ellmer) where batching will be integrated
- For batch processing using local LLMs, 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.
I appreciate everyone who used and supported this package. All existing functions will remain available but no new features will be added or issues resolved.

## 🚀 Features

Expand Down

0 comments on commit 7c9fec9

Please sign in to comment.