From 27884d1626417e0ca15aa35946a145d9bde9c221 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 24 Jun 2024 17:37:27 +0200 Subject: [PATCH] Add disclaimer --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a40edcd..8a574d4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite, powered ## Requirements +> [!NOTE] +> This extension is meant to be used in JupyterLite to enable AI code completions and chat in the browser, with a specific provider. +> To enable more AI providers in JupyterLab and Jupyter Notebook, we recommend using the [Jupyter AI](https://github.com/jupyterlab/jupyter-ai) extension directly. +> At the moment Jupyter AI is not compatible with JupyterLite, but might be to some extent in the future. + - JupyterLab >= 4.1.0 or Notebook >= 7.1.0 > [!WARNING]