Skip to content

Commit

Permalink
docs: chat model order experiment (#7641)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Feb 3, 2025
2 parents 7b67d43 + a003594 commit 966821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/src/theme/ChatModelTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ export default function ChatModelTabs(props) {
const groqParams = props.groqParams ?? DEFAULTS.groqParams;
const vertexParams = props.vertexParams ?? DEFAULTS.vertexParams;
const providers = props.providers ?? [
"groq",
"openai",
"anthropic",
"fireworks",
"mistral",
"groq",
"vertex",
];

Expand Down

0 comments on commit 966821a

Please sign in to comment.