From d1ff4ba1543616790e8e933314e84bf60d12a7b5 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Sun, 6 Oct 2024 00:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20fix=20txt-to-image=20api?= =?UTF-8?q?=20(#4264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/_url.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/_url.ts b/src/services/_url.ts index 36822db03954..d8d0d56e058a 100644 --- a/src/services/_url.ts +++ b/src/services/_url.ts @@ -36,7 +36,7 @@ export const API_ENDPOINTS = mapWithBasePath({ trace: '/webapi/trace', // image - images: '/webapi/api/text-to-image/openai', + images: '/webapi/text-to-image/openai', // STT stt: '/webapi/stt/openai',