smrstep commited on
Commit
169eda2
·
verified ·
1 Parent(s): 08486eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,5 +59,5 @@ query = ["What is the value of i^i?"]
59
  # Get the best model for cost-performance tradeoff
60
  best_model = router.route(query, mu = 0.3)
61
 
62
- print(f"Recommended Model: {best_model}")
63
  ```
 
59
  # Get the best model for cost-performance tradeoff
60
  best_model = router.route(query, mu = 0.3)
61
 
62
+ print(f"Recommended Model: {best_model[0]}")
63
  ```