smrstep commited on
Commit
6edc748
·
verified ·
1 Parent(s): 8f7b9b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.py import CarrotRouter
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')