Skip to content

Commit

Permalink
docs: fix provider guide links
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Aug 27, 2024
1 parent ff8533d commit 9284443
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/tutorial/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

## List of all providers

| Provider name | Extra for installation | Guide |
|------------------|------------------------|-----------------------------------------------------------------------------------------------------------|
| Anthropic | `anthropic` | [Guide for Anthropic :octicons-link-16:](tutorial/providers/anthropic.md) |
| Cohere | `cohere` | [Guide for Cohere :octicons-link-16:](tutorial/providers/cohere.md) |
| Google Gemini | `google-generativeai` | [Guide for Google Gemini :octicons-link-16:](tutorial/providers/google.md) |
| Hugging Face Hub | `huggingface-hub` | [Guide for Hugging Face Hub :octicons-link-16:](tutorial/providers/huggingface_hub.md) |
| LiteLLM | `litellm` | [Guide for LiteLLM :octicons-link-16:](tutorial/providers/litellm.md) |
| Mistral AI | `mistralai` | [Guide for Mistral AI :octicons-link-16:](tutorial/providers/mistralai.md) |
| OpenAI | `openai` | [Guide for OpenAI :octicons-link-16:](tutorial/providers/openai.md) |
| Azure OpenAI | `openai` | [Guide for Azure OpenAI :octicons-link-16:](tutorial/providers/openai.md#compatibility-with-azure-openai) |
| Provider name | Extra for installation | Guide |
|------------------|------------------------|--------------------------------------------------------------------------------------------------|
| Anthropic | `anthropic` | [Guide for Anthropic :octicons-link-16:](providers/anthropic.md) |
| Cohere | `cohere` | [Guide for Cohere :octicons-link-16:](providers/cohere.md) |
| Google Gemini | `google-generativeai` | [Guide for Google Gemini :octicons-link-16:](providers/google.md) |
| Hugging Face Hub | `huggingface-hub` | [Guide for Hugging Face Hub :octicons-link-16:](providers/huggingface_hub.md) |
| LiteLLM | `litellm` | [Guide for LiteLLM :octicons-link-16:](providers/litellm.md) |
| Mistral AI | `mistralai` | [Guide for Mistral AI :octicons-link-16:](providers/mistralai.md) |
| OpenAI | `openai` | [Guide for OpenAI :octicons-link-16:](providers/openai.md) |
| Azure OpenAI | `openai` | [Guide for Azure OpenAI :octicons-link-16:](providers/openai.md#compatibility-with-azure-openai) |


## Chat Completions
Expand All @@ -27,4 +27,4 @@
| OpenAI | :material-checkbox-marked-circle: | :material-checkbox-marked-circle: | :material-checkbox-marked-circle: | :material-checkbox-marked-circle: |
| Azure OpenAI | :material-checkbox-marked-circle: | :material-checkbox-marked-circle: | :material-checkbox-marked-circle: | :material-checkbox-marked-circle: |

Partial support for Anthropic streams, see full documentation: [Anthropic provider](tutorial/providers/anthropic.md).
Partial support for Anthropic streams, see full documentation: [Anthropic provider](providers/anthropic.md).

0 comments on commit 9284443

Please sign in to comment.