smrstep commited on
Commit
110cb4e
·
verified ·
1 Parent(s): 32c22fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -56,6 +56,5 @@ query = "What are the latest advancements in AI?"
56
  # Get the best model for cost-performance tradeoff
57
  best_model = router.route(query)
58
 
59
- print(f"Recommended Model: {best_model}")```
60
-
61
- </div>
 
56
  # Get the best model for cost-performance tradeoff
57
  best_model = router.route(query)
58
 
59
+ print(f"Recommended Model: {best_model}")
60
+ ```