From 2ab63f2e4c7e4888b3b4b5dd7dea3f7985b036b0 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Mon, 24 Feb 2025 18:08:22 +0800 Subject: [PATCH] fix: Update Infini provider API URL to include '/maas' path --- src/renderer/src/config/providers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/config/providers.ts b/src/renderer/src/config/providers.ts index ace43994..a0590045 100644 --- a/src/renderer/src/config/providers.ts +++ b/src/renderer/src/config/providers.ts @@ -234,7 +234,7 @@ export const PROVIDER_CONFIG = { }, infini: { api: { - url: 'https://cloud.infini-ai.com' + url: 'https://cloud.infini-ai.com/maas' }, websites: { official: 'https://cloud.infini-ai.com/',