From 8e19e5a08ece3e18fafc81c1f2afd757e302e4c0 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 ace43994e8..a05900456c 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/',