smrstep commited on
Commit
32c22fb
·
verified ·
1 Parent(s): 466c6fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -56,5 +56,6 @@ 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
- </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
+
61
+ </div>