From 998987cf523b36499c82975443350374d438c33f Mon Sep 17 00:00:00 2001 From: s4ch9n Date: Wed, 24 Jun 2026 22:20:51 +0530 Subject: [PATCH 1/4] Add LiteLLM to Dashboards and Apps section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8b63b68a..7b29ddf40e 100644 --- a/README.md +++ b/README.md @@ -533,7 +533,7 @@ _Libraries for visualizing data. Also see [awesome-javascript](https://github.co - Dashboards and Apps - [gradio](https://github.com/gradio-app/gradio) - Build and share machine learning apps, all in Python. - [streamlit](https://github.com/streamlit/streamlit) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes. - +- [LiteLLM](https://github.com/BerriAI/litellm) - Call 100+ LLMs using OpenAI format ### Geolocation _Libraries for geocoding addresses and working with latitudes and longitudes._ From 0cef4b94e24eaa25b3c20eb6fe900300129018d1 Mon Sep 17 00:00:00 2001 From: s4ch9n Date: Wed, 24 Jun 2026 22:24:09 +0530 Subject: [PATCH 2/4] Fix LiteLLM description format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b29ddf40e..f2dd992b53 100644 --- a/README.md +++ b/README.md @@ -533,7 +533,7 @@ _Libraries for visualizing data. Also see [awesome-javascript](https://github.co - Dashboards and Apps - [gradio](https://github.com/gradio-app/gradio) - Build and share machine learning apps, all in Python. - [streamlit](https://github.com/streamlit/streamlit) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes. -- [LiteLLM](https://github.com/BerriAI/litellm) - Call 100+ LLMs using OpenAI format +- [LiteLLM](https://github.com/BerriAI/litellm) - Call 100+ LLMs using OpenAI format. ### Geolocation _Libraries for geocoding addresses and working with latitudes and longitudes._ From 32b7980d27daffa635071861755c85119f477f7c Mon Sep 17 00:00:00 2001 From: s4ch9n Date: Fri, 26 Jun 2026 11:47:22 +0530 Subject: [PATCH 3/4] Fix indentation and alphabetical order for LiteLLM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2dd992b53..57a6655490 100644 --- a/README.md +++ b/README.md @@ -532,8 +532,8 @@ _Libraries for visualizing data. Also see [awesome-javascript](https://github.co - [pygraphviz](https://github.com/pygraphviz/pygraphviz/) - Python interface to [Graphviz](https://www.graphviz.org/). - Dashboards and Apps - [gradio](https://github.com/gradio-app/gradio) - Build and share machine learning apps, all in Python. + - [LiteLLM](https://github.com/BerriAI/litellm) - Call 100+ LLMs using OpenAI format. - [streamlit](https://github.com/streamlit/streamlit) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes. -- [LiteLLM](https://github.com/BerriAI/litellm) - Call 100+ LLMs using OpenAI format. ### Geolocation _Libraries for geocoding addresses and working with latitudes and longitudes._ From 9a21ebe64ec426988d282d7afde09f6e72c061a0 Mon Sep 17 00:00:00 2001 From: s4ch9n Date: Fri, 26 Jun 2026 12:04:47 +0530 Subject: [PATCH 4/4] Move LiteLLM to AI and Agents > Pre-trained Models and Inference section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57a6655490..34ff193f31 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [outlines](https://github.com/dottxt-ai/outlines) - Structured text generation for LLMs with JSON schema, regex, and grammar-constrained decoding. - Pre-trained Models and Inference - [diffusers](https://github.com/huggingface/diffusers) - A library that provides pre-trained diffusion models for generating and editing images, audio, and video. + - [LiteLLM](https://github.com/BerriAI/litellm) - Call 100+ LLMs using OpenAI format. - [mlx-lm](https://github.com/ml-explore/mlx-lm) - Run and fine-tune large language models on Apple Silicon with MLX. - [sglang](https://github.com/sgl-project/sglang) - A high-performance serving framework for large language models and multimodal models. - [transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks. @@ -532,7 +533,6 @@ _Libraries for visualizing data. Also see [awesome-javascript](https://github.co - [pygraphviz](https://github.com/pygraphviz/pygraphviz/) - Python interface to [Graphviz](https://www.graphviz.org/). - Dashboards and Apps - [gradio](https://github.com/gradio-app/gradio) - Build and share machine learning apps, all in Python. - - [LiteLLM](https://github.com/BerriAI/litellm) - Call 100+ LLMs using OpenAI format. - [streamlit](https://github.com/streamlit/streamlit) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes. ### Geolocation