fix: scope value

This commit is contained in:
JzoNg 2024-12-20 16:37:30 +08:00
parent cf75e2f053
commit 327eac09e7

View File

@ -249,7 +249,7 @@ const InputVarList: FC<Props> = ({
setModel={handleModelChange(variable)} setModel={handleModelChange(variable)}
onCompletionParamsChange={handleModelParamsChange(variable)} onCompletionParamsChange={handleModelParamsChange(variable)}
readonly={readOnly} readonly={readOnly}
scope={'embedding'} scope={scope}
/> />
)} )}
{tooltip && <div className='text-text-tertiary body-xs-regular'>{tooltip[language] || tooltip.en_US}</div>} {tooltip && <div className='text-text-tertiary body-xs-regular'>{tooltip[language] || tooltip.en_US}</div>}