Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,9 @@ As is, CARROT supports routing to the following collection of large language mod
|
|
45 |
<p><strong>Example: Using CARROT for Routing</strong></p>
|
46 |
|
47 |
```python
|
|
|
|
|
|
|
48 |
from carrot.py import CarrotRouter
|
49 |
|
50 |
# Initialize the router
|
|
|
45 |
<p><strong>Example: Using CARROT for Routing</strong></p>
|
46 |
|
47 |
```python
|
48 |
+
## Download carrot.py
|
49 |
+
!git clone https://github.com/somerstep/CARROT-LLM-Router.git
|
50 |
+
%cd CARROT-LLM-Router
|
51 |
from carrot.py import CarrotRouter
|
52 |
|
53 |
# Initialize the router
|