diff --git a/src/components/chat/view/subcomponents/ProviderSelectionEmptyState.tsx b/src/components/chat/view/subcomponents/ProviderSelectionEmptyState.tsx index 6e172009..6d97ca88 100644 --- a/src/components/chat/view/subcomponents/ProviderSelectionEmptyState.tsx +++ b/src/components/chat/view/subcomponents/ProviderSelectionEmptyState.tsx @@ -277,11 +277,15 @@ export default function ProviderSelectionEmptyState({ >
{model.label}
- {model.description && ( + {/* + // * Temporarly commented out because the description of models from claude + // * was a bit inconsistent. Will return it back when it becomes more consistent. + */} + {/* {model.description && (
{model.description}
- )} + )} */}
{isSelected && (