Skip to content

Commit

Permalink
Update config.example.py (#26)
Browse files Browse the repository at this point in the history
Updates reference link, adds ChatGptModelEngine
  • Loading branch information
JasonWeill authored Apr 4, 2023
1 parent b9e495f commit cc6d6d0
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 cc6d6d0

Please sign in to comment.