Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed Apr 19, 2024
1 parent 3d7853f commit f390fe2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions docs/docs/integrations/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Note that LaVague is compatible with any `LlamaIndex.llm`!

| LaVague tool | Build (CLI) | Launch (CLI) |
|----------------------|:-----------:|:------------:|
| [LiteLLM](https://docs.lavague.ai/en/latest/docs/integrations/litellm/) |||
| [OpenAI](https://docs.lavague.ai/en/latest/docs/integrations/openai/) |||
| [Azure OpenAI](https://docs.lavague.ai/en/latest/docs/integrations/azure-openai/) |||
| [Deepseek coder (local)](https://docs.lavague.ai/en/latest/docs/integrations/local-inference/) |||
| [HuggingFace API](https://docs.lavague.ai/en/latest/docs/integrations/hugging-face-api/) |||
| [LiteLLM](https://docs.lavague.ai/en/latest/docs/integrations/api/litellm/) |||
| [OpenAI](https://docs.lavague.ai/en/latest/docs/integrations/api/openai/) |||
| [Azure OpenAI](https://docs.lavague.ai/en/latest/docs/integrations/api/azure-openai/) |||
| [Deepseek coder (local)](https://docs.lavague.ai/en/latest/docs/integrations/local/local-inference/) |||
| [HuggingFace API](https://docs.lavague.ai/en/latest/docs/integrations/api/hugging-face/) |||
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ nav:
- Overview: 'docs/integrations/home.md'
- Api:
- Azure OpenAI: 'docs/integrations/api/azure-openai.ipynb'
- HuggingFace: 'docs/integrations/hugging-face-api.ipynb'
- OpenAI: 'docs/integrations/openai.ipynb'
- Litellm: 'docs/integrations/litellm.ipynb'
- HuggingFace: 'docs/integrations/api/hugging-face.ipynb'
- OpenAI: 'docs/integrations/api/openai.ipynb'
- Litellm: 'docs/integrations/api/litellm.ipynb'
- Local:
- DeepSeek Coder: 'docs/integrations/local-inference.ipynb'
- DeepSeek Coder: 'docs/integrations/local/local-inference.ipynb'

- ⚡ Advanced:
- Architecture: 'docs/get-started/architecture.md'
Expand Down

0 comments on commit f390fe2

Please sign in to comment.