mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 01:26:33 +08:00
fix: text generation api url
This commit is contained in:
parent
c73e84d992
commit
d1e5d30ea9
@ -25,7 +25,6 @@ const TryApp: FC<Props> = ({
|
|||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
console.log(appInfo)
|
|
||||||
return (
|
return (
|
||||||
<div className='flex h-full'>
|
<div className='flex h-full'>
|
||||||
{isChat && (
|
{isChat && (
|
||||||
|
|||||||
@ -124,7 +124,7 @@ const TextGeneration: FC<Props> = ({
|
|||||||
isCallBatchAPI={false}
|
isCallBatchAPI={false}
|
||||||
isPC={isPC}
|
isPC={isPC}
|
||||||
isMobile={!isPC}
|
isMobile={!isPC}
|
||||||
appSourceType={AppSourceType.installedApp}
|
appSourceType={AppSourceType.tryApp}
|
||||||
appId={appId}
|
appId={appId}
|
||||||
isError={task?.status === TaskStatus.failed}
|
isError={task?.status === TaskStatus.failed}
|
||||||
promptConfig={promptConfig}
|
promptConfig={promptConfig}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user