docs(routing.md): make clear lowest cost routing is async

This commit is contained in:
Krrish Dholakia 2024-05-07 21:34:08 -07:00
parent fbcda918de
commit 67b4aa28bd

View file

@ -468,7 +468,7 @@ asyncio.run(router_acompletion())
``` ```
</TabItem> </TabItem>
<TabItem value="lowest-cost" label="Lowest Cost Routing"> <TabItem value="lowest-cost" label="Lowest Cost Routing (Async)">
Picks a deployment based on the lowest cost Picks a deployment based on the lowest cost