Skip to content

Commit 6406ac9

Browse files
authored
Merge pull request #6175 from itsevin/main
Add other Xai model
2 parents c6199db + d8f533e commit 6406ac9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

app/constant.ts

+10-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,16 @@ const iflytekModels = [
589589

590590
const deepseekModels = ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"];
591591

592-
const xAIModes = ["grok-beta"];
592+
const xAIModes = [
593+
"grok-beta",
594+
"grok-2",
595+
"grok-2-1212",
596+
"grok-2-latest",
597+
"grok-vision-beta",
598+
"grok-2-vision-1212",
599+
"grok-2-vision",
600+
"grok-2-vision-latest",
601+
];
593602

594603
const chatglmModels = [
595604
"glm-4-plus",

0 commit comments

Comments
 (0)