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.4.0
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: 1fecfea6556501212ac9b7309edb7f0c98c69618
Choose a head ref
  • 7 commits
  • 19 files changed
  • 6 contributors

Commits on Oct 30, 2023

  1. Document how to add custom model providers (#420)

    * Document how to add custom model providers
    
    * Apply suggestions from review
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    krassowski and JasonWeill authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7e4a2a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 4, 2023

  1. /learn skips hidden files/dirs by default, unless "-a" is specified (#…

    …427)
    
    * Omits hidden files/dirs by default, unless "-a" is specified
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update packages/jupyter-ai/jupyter_ai/document_loaders/directory.py
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    
    * Update packages/jupyter-ai/jupyter_ai/document_loaders/directory.py
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    
    * Renames long arg from "all" to "all-files"
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Renames `all` arg in `split`
    
    * Updates subdirectory and filename exclusion logic
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    3 people authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ec75ba8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    e586620 View commit details
    Browse the repository at this point in the history
  2. Log exceptions in /generate to a file (#431)

    * rename process_message() => on_message()
    
    * remove unused import
    
    * add handle_exc() method in BaseChatHandler
    
    * add _default_handle_exc() to handle excs from handle_exc()
    
    * log exceptions from /generate to a file
    
    * pre-commit
    
    * improve call to action in GenerateCH.handle_exc()
    
    * prefer period over colon in timestamped filenames
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    dlqqq and JasonWeill authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    831c42b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Model allowlist and blocklists (#446)

    * implement model allow/blocklist in UI
    
    * skip extension tests due to local flakiness
    
    * implement model allow/blocklists in config manager
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    dlqqq and pre-commit-ci[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9f69469 View commit details
    Browse the repository at this point in the history
  2. Model parameters option to pass in model tuning, arbitrary parameters (

    …#430)
    
    * Endpoint args for SM endpoints
    
    * Added model and endpoints kwargs options.
    
    * Added configurable option for model parameters.
    
    * Updated magics, added model_parameters, removed model_kwargs and endpoint_kwargs.
    
    * Fixes %ai error for SM endpoints.
    
    * Fixed docs
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * 430 fixes (#2)
    
    * log configured model_parameters
    
    * fix markdown formatting in docs
    
    * fix single quotes and use preferred traitlets CLI syntax
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: david qiu <david@qiu.dev>
    3 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1fecfea View commit details
    Browse the repository at this point in the history
Loading