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