From 95518c4b651fdd9cfad4c66329857ae14148e50d Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 2 Oct 2023 12:06:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 846a16040..0703abe66 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ litellm --model Running your model locally or on a custom endpoint ? Set the `--api-base` parameter [see how](https://docs.litellm.ai/docs/proxy_server) ## Supported Provider ([Docs](https://docs.litellm.ai/docs/providers)) -| Provider | Completion | Streaming | Async Completion | Async Streaming | +| Provider | [Completion](https://docs.litellm.ai/docs/#basic-usage) | [Streaming](https://docs.litellm.ai/docs/completion/stream#streaming-responses) | [Async Completion](https://docs.litellm.ai/docs/completion/stream#async-completion) | [Async Streaming](https://docs.litellm.ai/docs/completion/stream#async-streaming) | | ------------- | ------------- | ------------- | ------------- | ------------- | | [openai](https://docs.litellm.ai/docs/providers/openai) | ✅ | ✅ | ✅ | ✅ | | [cohere](https://docs.litellm.ai/docs/providers/cohere) | ✅ | ✅ | ✅ | ✅ |