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 Loading
base: @jupyter-ai/core@2.10.0-beta.1
Choose a base ref
...
head repository: jupyterlab/jupyter-ai Loading
compare: 88e676581c5545d237dcd379c9cb3a74ddcbb8af
Choose a head ref
  • 14 commits
  • 25 files changed
  • 12 contributors

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

  1. Removes deprecated models, adds updated models for openai (#596)

    * Removes deprecated models, adds updated models for openai
    
    * ASCIIbetical sort
    JasonWeill committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    71227d9 View commit details
    Browse the repository at this point in the history
  2. Reflect theme changes without a refresh (#575)

    * Reflect theme changes without a refresh
    
    By leveraging `IThemeManager.themeChanged`, we can listen on theme change signals
    and rebuild the theme object in response. This allows CSS variable changes to reflect
    in the MUI theme without having to refresh the page.
    
    * update yarn.lock
    
    * pass themeManager as a prop instead of using top-level scope
    
    * remove theme hack added in #192
    
    ---------
    
    Co-authored-by: gchow <garson.chow@factset.com>
    Co-authored-by: David L. Qiu <david@qiu.dev>
    3 people committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ca03e2c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. Expose templates for customisation in providers (#581)

    * Expose chat template for customisation in providers
    
    * Enable completion template customization, including suffix
    
    * Remove `inline` from "inline completion" as per review request
    krassowski committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9907cc6 View commit details
    Browse the repository at this point in the history
  2. Uses invoke() to call custom chains. Handles dict output format. (#600)

    * Uses invoke() to call custom chains. Handles dict output format.
    
    * [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>
    JasonWeill and pre-commit-ci[bot] committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7043144 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Setting default model providers (#421)

    * Setting default model providers
    
    * Setting default model providers
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Setting default model providers
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Added default_ prefix to new attributes
    
    * Added default_ prefix to docs as well
    
    * Fix docs
    
    * Removed redundant code
    
    * Incorporated naming related comments
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Removing unnecessary files
    
    * Corrected config names, simplified docs.
    
    ---------
    
    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 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    84c074a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e465583 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. Add nvidia provider (#579)

    * Add NVIDIA chat and embeddings providers
    
    * Fix typo
    
    * Some NVIDIA provider documentation
    
    * Update docs and naming for NVIDIA
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update docs/source/users/index.md
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    * Update index.md - add note about api key access
    
    * Remove nvidia embeddings model
    
    * Remove nvidia embedding provider
    
    * Remove nvidia embeddings provider
    
    * Mentions conda install instructions in docs
    
    * Uninstallation with conda
    
    * Makes NVIDIA package dependency optional, updates docs
    
    * Revert "Uninstallation with conda"
    
    This reverts commit 8082fa4.
    
    * Revert "Mentions conda install instructions in docs"
    
    This reverts commit 348ae2e.
    
    ---------
    
    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>
    Co-authored-by: Jason Weill <jweill@amazon.com>
    4 people committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0c1c646 View commit details
    Browse the repository at this point in the history
  2. Restyles model names in Markdown to avoid wrapping model names (#606)

    * Restyles model names in Markdown to avoid wrapping model names
    
    * Renders models in an unordered list in a cell
    JasonWeill committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    008cd41 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Mentions conda install instructions in docs (#611)

    * Mentions conda install instructions in docs
    
    * Uninstallation with conda
    
    * Updates to favor hyphens in pip commands
    
    * Update docs/source/users/index.md
    
    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    JasonWeill and krassowski committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    bbc08cd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    6aeb87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e6765 View commit details
    Browse the repository at this point in the history
Loading