From d1e5d30ea98d1506c007ab67942498dd6c1eae66 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 10 Oct 2025 16:39:42 +0800 Subject: [PATCH] fix: text generation api url --- web/app/components/try/app/index.tsx | 1 - web/app/components/try/app/text-generation.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/components/try/app/index.tsx b/web/app/components/try/app/index.tsx index 24c0a9a4e8..5c737eb061 100644 --- a/web/app/components/try/app/index.tsx +++ b/web/app/components/try/app/index.tsx @@ -25,7 +25,6 @@ const TryApp: FC = ({ ) } - console.log(appInfo) return (
{isChat && ( diff --git a/web/app/components/try/app/text-generation.tsx b/web/app/components/try/app/text-generation.tsx index 447b851f1b..f4cdcc7d84 100644 --- a/web/app/components/try/app/text-generation.tsx +++ b/web/app/components/try/app/text-generation.tsx @@ -124,7 +124,7 @@ const TextGeneration: FC = ({ isCallBatchAPI={false} isPC={isPC} isMobile={!isPC} - appSourceType={AppSourceType.installedApp} + appSourceType={AppSourceType.tryApp} appId={appId} isError={task?.status === TaskStatus.failed} promptConfig={promptConfig}