We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedf3c5 commit b1b5654Copy full SHA for b1b5654
app/ui/src/components/Dashboard/DashboardGrid.tsx
@@ -44,7 +44,9 @@ export const DashboardGrid = () => {
44
<div className="w-full">
45
<div className="flex items-end justify-between">
46
<span className="text-xs lowercase text-scale-1000 text-gray-600 dark:text-gray-400">
47
- {bot.model.replace("-dbase", "")}
+ {bot.model
48
+ .replace("-dbase", "")
49
+ .replace(/_dialoqbase_[0-9]+$/, "")}
50
</span>
51
</div>
52
0 commit comments