Skip to content

Commit 8cc0db0

Browse files
committed
remove TODOs
1 parent a329c65 commit 8cc0db0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/inference-providers/index.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -331,20 +331,6 @@ const buffer = Buffer.from(await imageBlob.arrayBuffer());
331331
fs.writeFileSync("generated_image.png", buffer);
332332
```
333333

334-
## Advanced usage
335-
336-
### Provider selection
337-
338-
TODO : explain how providers are selected in auto policy (client vs server selection)
339-
340-
TODO: explain the chat completion auto URLs vs Provider URLs
341-
342-
TODO: explain how a user or org can specify the order of selection for providers
343-
344-
### Implementation details
345-
346-
TODO: explain implementation details? (no URL rewrite, just proxy)
347-
348334
## Provider Selection
349335

350336
The Inference Providers API acts as a unified proxy layer that sits between your application and multiple AI providers. Understanding how provider selection works is crucial for optimizing performance, cost, and reliability in your applications.

0 commit comments

Comments
 (0)