Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Nov 9, 2023
1 parent 65b86c8 commit a40a2b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/jupyter-ai/src/widgets/chat-error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export function buildErrorWidget(
There seems to be a problem with the Chat backend, please look at
the JupyterLab server logs or contact your administrator to correct
this problem. Deleting the config file
`$JUPYTER_DATA_DIR/jupyter_ai/config.json` to some other name and
then restarting `jupyter lab` may fix the issue if it is a result of
the config changes.
`$JUPYTER_DATA_DIR/jupyter_ai/config.json` and then restarting
`jupyter lab` may fix the issue if it is a result of the config
changes.
</Alert>
<Box sx={{ marginTop: 2 }}>
<Button variant="contained" onClick={deleteConfig}>
Expand Down

0 comments on commit a40a2b6

Please sign in to comment.