From c16e8d7f29534c25769f89ce013df865c2fc4252 Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+JasonWeill@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:35:39 -0700 Subject: [PATCH] Update config.example.py Updates reference link, adds ChatGptModelEngine --- playground/config.example.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playground/config.example.py b/playground/config.example.py index 10a933a16..5f76b4fa1 100644 --- a/playground/config.example.py +++ b/playground/config.example.py @@ -1,7 +1,8 @@ # JupyterLab configuration file for Jupyter AI local development -# Reference: https://jupyter-server.readthedocs.io/en/latest/other/full-config.html +# Reference: https://jupyter-ai.readthedocs.io/en/latest/users/index.html#configuring-with-openai -#c.GPT3ModelEngine.api_key = "" +#c.GPT3ModelEngine.api_key = "" +#c.ChatGptModelEngine.api_key = "" #c.DalleModelEngine.api_key = "" # Specify full path to the notebook dir if running jupyter lab from