Skip to content

Commit

Permalink
Changed text when waiting for LLM response
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrovitch committed Aug 6, 2024
1 parent 62ab936 commit 09651d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/client/pages/InventorsAssistant/LlmResponse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ const LlmResponse = ({
if (!aiResponse) {
return (
<Box sx={{ my: 4 }}>
<Alert severity='info'>
Grunching response for you, please wait...
</Alert>
<Alert severity='info'>The Assistant is thinking...</Alert>
</Box>
)
}
Expand Down

0 comments on commit 09651d4

Please sign in to comment.