Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ExLLM

> **⚠️ DEPRECATED - NO LONGER MAINTAINED**
>
> **This library is no longer actively maintained.**
>
> **Please use [req_llm](https://github.com/agentjido/req_llm) by agentjido instead.**
>
> `req_llm` provides a modern, actively maintained alternative with similar functionality and better integration with the Elixir ecosystem.

[![Hex.pm](https://img.shields.io/hexpm/v/ex_llm.svg)](https://hex.pm/packages/ex_llm)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/ex_llm/)
[![License](https://img.shields.io/hexpm/l/ex_llm.svg)](https://github.com/azmaveth/ex_llm/blob/main/LICENSE)
Expand All @@ -9,8 +17,6 @@

`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.

> 🚀 **Release Candidate**: This library is approaching its 1.0.0 stable release. The API is stabilized and ready for production use.

## Key Features

- **Unified API:** Use a single `ExLLM.chat/2` interface for all supported providers, dramatically reducing boilerplate code
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExLLM.MixProject do
use Mix.Project

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

def project do
[
Expand Down
Loading