mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 13:13:41 +08:00
🐛 fix: Error caused by unknown model
This commit is contained in:
@@ -42,7 +42,7 @@ const SupportModels = () => {
|
||||
<AccordionDetails>
|
||||
<Stack spacing={1}>
|
||||
{Object.entries(modelList).map(([title, models]) => (
|
||||
<SubCard key={title} title={title}>
|
||||
<SubCard key={title} title={title === 'null' ? '其他模型' : title}>
|
||||
<Box sx={{ display: 'flex', flexWrap: 'wrap', gap: '10px' }}>
|
||||
{models.map((model) => (
|
||||
<Label
|
||||
|
||||
Reference in New Issue
Block a user