Skip to content

Commit

Permalink
Update packages/jupyter-ai/src/components/chat-settings.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
andrewfulton9 and krassowski authored Jul 30, 2024
1 parent 4c3720f commit 2f86b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/src/components/chat-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export function ChatSettings(props: ChatSettingsProps): JSX.Element {
</Box>
);
} else {
inline_completion_section = <p>Inline Completer is not enabled</p>;
inline_completion_section = <p>No Inline Completion models</p>;
}

return (
Expand Down

0 comments on commit 2f86b4c

Please sign in to comment.