{t('Original Model')}
{t('Replacement Model')}
{rows.map((row) => (
handleRowChange(row.id, 'from', e.target.value)
}
placeholder='gpt-3.5-turbo'
disabled={props.disabled}
list={sourceListId}
/>
handleRowChange(row.id, 'to', e.target.value)
}
placeholder='gpt-3.5-turbo-0125'
disabled={props.disabled}
list={targetListId}
/>
))}
) : (
{t(
'No model mappings configured. Click "Add Mapping" to get started.'
)}
)}