|
@@ -20,7 +20,6 @@ import ModelBadge from '../model-badge'
|
|
import ProviderIcon from '../provider-icon'
|
|
import ProviderIcon from '../provider-icon'
|
|
import s from './index.module.css'
|
|
import s from './index.module.css'
|
|
import { Plus, Settings01 } from '@/app/components/base/icons/src/vender/line/general'
|
|
import { Plus, Settings01 } from '@/app/components/base/icons/src/vender/line/general'
|
|
-import { CoinsStacked01 } from '@/app/components/base/icons/src/vender/line/financeAndECommerce'
|
|
|
|
import Button from '@/app/components/base/button'
|
|
import Button from '@/app/components/base/button'
|
|
import { IS_CE_EDITION } from '@/config'
|
|
import { IS_CE_EDITION } from '@/config'
|
|
|
|
|
|
@@ -136,17 +135,6 @@ const ProviderCard: FC<ProviderCardProps> = ({
|
|
)
|
|
)
|
|
})
|
|
})
|
|
}
|
|
}
|
|
- {
|
|
|
|
- provider.provider === 'anthropic' && !IS_CE_EDITION && (
|
|
|
|
- <Button
|
|
|
|
- className='h-7 text-xs text-gray-700'
|
|
|
|
- onClick={handlePay}
|
|
|
|
- >
|
|
|
|
- <CoinsStacked01 className='mr-[5px] w-3.5 h-3.5' />
|
|
|
|
- {t('common.modelProvider.buyQuota')}
|
|
|
|
- </Button>
|
|
|
|
- )
|
|
|
|
- }
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|