taofeng commited on
Commit
8b25516
·
verified ·
1 Parent(s): d122b82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -199,6 +199,12 @@ Composite reward for cost-aware routing (GraphRouter-style):
199
  ```
200
  reward = α · norm(performance) − β · norm(price_cost)
201
  ```
 
 
 
 
 
 
202
 
203
  ## Notes
204
 
 
199
  ```
200
  reward = α · norm(performance) − β · norm(price_cost)
201
  ```
202
+ ## 💻 Code
203
+
204
+ The official implementation of **LLMRouter**, including router implementations, training and evaluation pipelines, and utilities for working with **xRouteBench**, is available on GitHub:
205
+
206
+ 👉 **[ulab-uiuc/LLMRouter](https://github.com/ulab-uiuc/LLMRouter)**
207
+
208
 
209
  ## Notes
210