Skip to content

Commit b2f9398

Browse files
Update src/views/ModelSelectionDialog.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 2aec38c commit b2f9398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/ModelSelectionDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export const ModelSelectionButton: React.FC<{}> = ({ }) => {
323323
})}
324324
</Box>
325325
<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.
326+
<strong>Note:</strong> Models with strong code generation capabilities are recommended for generation tasks.
327327
</Typography>
328328
</Box>
329329
);

0 commit comments

Comments
 (0)