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@2.0.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: c689c6c0cce5212238943ec2ff1559f6ad2f63d5
Choose a head ref
  • 5 commits
  • 11 files changed
  • 7 contributors

Commits on Aug 10, 2023

  1. Add GPT4All local provider (#209)

    * Add GPT4All
    
    * Allow to tune number of threads
    
    * Disable auto-download
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix build
    
    * bump langchain to v0.0.223
    
    see: langchain-ai/langchain@265c285
    
    * implement async for GPT4All
    
    * update user docs with GPT4All installation instructions
    
    ---------
    
    Co-authored-by: 3coins <pyjain@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: David L. Qiu <david@qiu.dev>
    4 people authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ca45817 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. howto add key (#330)

    * howto add key
    
    Hi, I did have some problems with setting up the API key in a jupyter notebook.
    
    This in a code cell does work for chatgpt.
    
    import os
    os.environ["OPENAI_API_KEY"]='sk-'
    
    * Move to Requirements
    
    * Setting Up Model Providers in a Notebook
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * remove chatgpt
    
    * Update README.md
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    3 people authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a0b949e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Update README.md (#338)

    Updated instructions to set api keys in the notebook cell.
    3coins authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f0e60f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Add new 0613 GPT-3.5 and GPT-4 models (#337)

    * update chatgpt list
    
    * add more models and sort
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * remove dup. and more sorting
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    bjornjorgensen and pre-commit-ci[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3a2a467 View commit details
    Browse the repository at this point in the history
  2. Azure OpenAI and OpenAI proxy support (#322)

    * implement Azure OpenAI support and model ID labels
    
    * pre-commit
    dlqqq authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c689c6c View commit details
    Browse the repository at this point in the history
Loading