Skip to content

Commit 47b0d6c

Browse files
committed
feat: change minimax base url
1 parent 6374385 commit 47b0d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/platform/src/pages/ModelPage/manage/CustomForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ const modelProviders = {
233233
label: "Api Host",
234234
type: "text",
235235
placeholder: "",
236-
default: "https://api.minimax.io/v1",
236+
default: "https://api.minimax.com/v1",
237237
required: true,
238238
key: "openai_api_base",
239239
},

0 commit comments

Comments
 (0)