Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit 3cc5063

Browse files
authored
Merge pull request #15 from azmaveth/claude/mark-unmaintained-redirect-01FxXzkKadctibgptZuPFQai
chore: mark repository as unmaintained, redirect to req_llm
2 parents c9e0f1a + 470cb32 commit 3cc5063

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ExLLM
22

3+
> **⚠️ DEPRECATED - NO LONGER MAINTAINED**
4+
>
5+
> **This library is no longer actively maintained.**
6+
>
7+
> **Please use [req_llm](https://github.com/agentjido/req_llm) by agentjido instead.**
8+
>
9+
> `req_llm` provides a modern, actively maintained alternative with similar functionality and better integration with the Elixir ecosystem.
10+
311
[![Hex.pm](https://img.shields.io/hexpm/v/ex_llm.svg)](https://hex.pm/packages/ex_llm)
412
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/ex_llm/)
513
[![License](https://img.shields.io/hexpm/l/ex_llm.svg)](https://github.com/azmaveth/ex_llm/blob/main/LICENSE)
@@ -9,8 +17,6 @@
917

1018
`ExLLM` provides a single, consistent API to interact with a growing list of LLM providers. It abstracts away the complexities of provider-specific request formats, authentication, and error handling, allowing you to focus on building features.
1119

12-
> 🚀 **Release Candidate**: This library is approaching its 1.0.0 stable release. The API is stabilized and ready for production use.
13-
1420
## Key Features
1521

1622
- **Unified API:** Use a single `ExLLM.chat/2` interface for all supported providers, dramatically reducing boilerplate code

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExLLM.MixProject do
22
use Mix.Project
33

44
@version "1.0.0-rc1"
5-
@description "Unified Elixir client library for Large Language Models (LLMs)"
5+
@description "[DEPRECATED] This library is no longer maintained. Please use req_llm by agentjido instead. Unified Elixir client library for Large Language Models (LLMs)"
66

77
def project do
88
[

0 commit comments

Comments
 (0)