Spaces:
Running
Running
Update README.md
Browse files
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 |
```
|