From 8e2b119c5835b9578a40e1326b888f7f41fa6c70 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Wed, 3 Sep 2025 16:55:01 +0200 Subject: [PATCH] Slight readme changes Signed-off-by: Lysandre --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f70c3a3..4cbc2666 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ The screenshot below shows the LLM Router dashboard in Grafana. ![LLM Router Dashboard](./website/static/img/grafana_screenshot.png) -The router is implemented in two ways: Golang (with Rust FFI based on Candle) and Python. Benchmarking will be conducted to determine the best implementation. +The router is implemented in two ways: +- Golang (with Rust FFI based on the [candle](https://github.com/huggingface/candle) rust ML framework) +- Python +Benchmarking will be conducted to determine the best implementation. #### Auto-Selection of Tools