Skip to content

Commit

Permalink
Update config.example.py (jupyterlab#26)
Browse files Browse the repository at this point in the history
Updates reference link, adds ChatGptModelEngine
  • Loading branch information
JasonWeill authored and Marchlak committed Oct 28, 2024
1 parent 618ad61 commit 1a9cb5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions playground/config.example.py
Original file line number Diff line number Diff line change
@@ -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 = "<YOUR-API-KEY-HERE>"
#c.GPT3ModelEngine.api_key = "<YOUR-API-KEY-HERE>"
#c.ChatGptModelEngine.api_key = "<YOUR-API-KEY-HERE>"
#c.DalleModelEngine.api_key = "<YOUR-API-KEY-HERE>"

# Specify full path to the notebook dir if running jupyter lab from
Expand Down

0 comments on commit 1a9cb5c

Please sign in to comment.