Skip to content

Commit

Permalink
order integrations alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO committed Jan 23, 2025
1 parent 8b246bd commit d019ef8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
14 changes: 6 additions & 8 deletions docs/docs/guides/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@ Weave provides automatic logging integrations for popular LLM providers and orch

LLM providers are the vendors that offer access to large language models for generating predictions. Weave integrates with these providers to log and trace the interactions with their APIs:

- **[OpenAI](/guides/integrations/openai)**
- **[Anthropic](/guides/integrations/anthropic)**
- **[Amazon Bedrock](/guides/integrations/bedrock)**
- **[Anthropic](/guides/integrations/anthropic)**
- **[Cerebras](/guides/integrations/cerebras)**
- **[Cohere](/guides/integrations/cohere)**
- **[MistralAI](/guides/integrations/mistral)**
- **[Microsoft Azure](/guides/integrations/azure)**
- **[Google Gemini](/guides/integrations/google-gemini)**
- **[Together AI](/guides/integrations/together_ai)**
- **[Groq](/guides/integrations/groq)**
- **[Open Router](/guides/integrations/openrouter)**
- **[LiteLLM](/guides/integrations/litellm)**
- **[Microsoft Azure](/guides/integrations/azure)**
- **[MistralAI](/guides/integrations/mistral)**
- **[NVIDIA NIM](/guides/integrations/nvidia_nim)**


- **[OpenAI](/guides/integrations/openai)**
- **[Open Router](/guides/integrations/openrouter)**
- **[Together AI](/guides/integrations/together_ai)**

**[Local Models](/guides/integrations/local_models)**: For when you're running models on your own infrastructure.

Expand Down
14 changes: 7 additions & 7 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,20 @@ const sidebars: SidebarsConfig = {
collapsed: true,
label: "LLM Providers",
items: [
"guides/integrations/openai",
"guides/integrations/bedrock",
"guides/integrations/anthropic",
"guides/integrations/cerebras",
"guides/integrations/cohere",
"guides/integrations/mistral",
"guides/integrations/azure",
"guides/integrations/bedrock",
"guides/integrations/google-gemini",
"guides/integrations/together_ai",
"guides/integrations/groq",
"guides/integrations/openrouter",
"guides/integrations/litellm",
"guides/integrations/azure",
"guides/integrations/mistral",
"guides/integrations/nvidia_nim",
],
"guides/integrations/openai",
"guides/integrations/openrouter",
"guides/integrations/together_ai",
],
},
"guides/integrations/local_models",
{
Expand Down

0 comments on commit d019ef8

Please sign in to comment.