We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aec38c commit b2f9398Copy full SHA for b2f9398
src/views/ModelSelectionDialog.tsx
@@ -323,7 +323,7 @@ export const ModelSelectionButton: React.FC<{}> = ({ }) => {
323
})}
324
</Box>
325
<Typography variant="caption" sx={{ fontSize: '0.75rem', color: 'text.secondary' }}>
326
- <strong>Note:</strong> Models with strong code generation capabilities is recommended for generation tasks.
+ <strong>Note:</strong> Models with strong code generation capabilities are recommended for generation tasks.
327
</Typography>
328
329
);
0 commit comments