This commit is contained in:
Mathew Pareles 2025-01-09 03:27:39 -08:00
parent 924c953697
commit 0a3f31acae

View file

@ -194,7 +194,7 @@ export const ModelDump = () => {
return Number(b.providerEnabled) - Number(a.providerEnabled)
})
return <div className='min-w-[600px] overflow-x-auto'>
return <div className=''>
{modelDump.map((m, i) => {
const { isHidden, isDefault, isAutodetected, modelName, providerName, providerEnabled } = m
@ -605,7 +605,7 @@ export const Settings = () => {
{/* content */}
<div className='w-full overflow-y-auto'>
<div className='w-full min-w-[600px] overflow-auto'>
<div className={`${tab !== 'models' ? 'hidden' : ''}`}>
<FeaturesTab />