jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

[v3.0.0ax] 404 When creating a new chat file

Open ellisonbg opened this issue 10 months ago • 0 comments
trafficstars

With the Jupyter AI 3.0.0a0 pre-release, I am seeing a 404 in the browser console when I create a new chat file.

Description

In spite of this 404, the chat file seems to work fine.

Screenshot 2024-12-30 at 10 19 22 AM

Reproduce

  1. Start JupyterLab.
  2. Open browser console.
  3. Create chat file.
  4. See the 404.

Expected behavior

  • As a user, I don't want to see 404s in my browser console :-)

Context

I am using the following conda env:

name: jupyter-ai-testing
dependencies:
  - python
  - pip:
    - jupyterlab==4.2.5
    - jupyter-ai==3.0.0a0
    - langchain-aws

ellisonbg avatar Dec 30 '24 18:12 ellisonbg