Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ As is, CARROT supports routing to the collection of large language models provid
|
|
48 |
## Download carrot.py
|
49 |
!git clone https://github.com/somerstep/CARROT.git
|
50 |
%cd CARROT-LLM-Router
|
51 |
-
from carrot
|
52 |
|
53 |
# Initialize the router
|
54 |
router = CarrotRouter(hf_token='YOUR_HF_TOKEN')
|
|
|
48 |
## Download carrot.py
|
49 |
!git clone https://github.com/somerstep/CARROT.git
|
50 |
%cd CARROT-LLM-Router
|
51 |
+
from carrot import CarrotRouter
|
52 |
|
53 |
# Initialize the router
|
54 |
router = CarrotRouter(hf_token='YOUR_HF_TOKEN')
|