forked from phoenix/litellm-mirror
docs(routing.md): make clear lowest cost routing is async
This commit is contained in:
parent
fbcda918de
commit
67b4aa28bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue