From cc6d6d0cc1cc8775502091b43af735c2bcf2f143 Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+JasonWeill@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:50:01 -0700 Subject: [PATCH] Update config.example.py (#26) 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