diff --git a/README.md b/README.md index 321ee0b..22fc7b8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ LLM Semantic Router [![Documentation](https://img.shields.io/badge/docs-read%20the%20docs-blue)](https://llm-semantic-router.readthedocs.io/en/latest/) +[![Hugging Face](https://img.shields.io/badge/🤗%20Hugging%20Face-Community-yellow)](https://huggingface.co/LLM-Semantic-Router) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) [![Crates.io](https://img.shields.io/crates/v/candle-semantic-router.svg)](https://crates.io/crates/candle-semantic-router) diff --git a/docs/index.md b/docs/index.md index 3a61175..56246b5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,7 @@ # LLM Semantic Router [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) +[![Hugging Face](https://img.shields.io/badge/🤗%20Hugging%20Face-Community-yellow)](https://huggingface.co/LLM-Semantic-Router) [![Go Report Card](https://goreportcard.com/badge/github.com/redhat-et/semantic_route)](https://goreportcard.com/report/github.com/redhat-et/semantic_route) An intelligent **Mixture-of-Models (MoM)** router that acts as an Envoy External Processor (ExtProc) to intelligently direct OpenAI API requests to the most suitable backend model from a defined pool. Using BERT-based semantic understanding and classification, it optimizes both performance and cost efficiency.