Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jupyterlab/jupyter-ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @jupyter-ai/core@0.1.1
Choose a base ref
...
head repository: jupyterlab/jupyter-ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3be35480f4ca8370cd6bd8b5231af53493cb139
Choose a head ref
  • 3 commits
  • 85 files changed
  • 1 contributor

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    5d80c0f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. import AI module cookiecutter (#13)

    * import Jupyter AI module cookiecutter
    
    * rename all remaining occurrences of GAI => AI
    
    * declare email in all packages and cookiecutter
    
    * fix VSCode ESLint extension
    
    * export InsertionContext type, add devDep on @jupyter-ai/core
    
    * update cookiecutter readme to delete extra files manually
    
    * configure skipLibCheck: true
    
    * update cookiecutter readme
    dlqqq authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c32280d View commit details
    Browse the repository at this point in the history
  2. import ChatGPT AI module (#14)

    * declare jupyter_ai dependency for AI modules
    
    * fix cookiecutter eslint
    
    * fix dev install script
    
    * add setup:dev script to cookiecutter
    
    * finish renaming remaining occurrences of TestModelEngine
    
    * remove concurrency flag on lerna commands
    
    * import ChatGPT AI module
    
    * use chatgpt model engine for default tasks
    dlqqq authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d3be354 View commit details
    Browse the repository at this point in the history
Loading