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: waylaidwanderer/node-chatgpt-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.27.0
Choose a base ref
...
head repository: waylaidwanderer/node-chatgpt-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.28.0
Choose a head ref
  • 5 commits
  • 16 files changed
  • 1 contributor

Commits on Mar 7, 2023

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

Commits on Mar 8, 2023

  1. feat: per-message client options (#173)

    * feat(client): allow setting per-message client options
    
    * feat(browser-client): allow setting per-message client options
    
    * feat(bing): allow setting per-message client options
    
    * feat: configurable whitelist for per-message client option properties
    
    * fix: override options properly
    
    * feat: implement ability to swap clients per message
    
    * docs: explain perMessageClientOptionsWhitelist
    
    * fix: make it more clear that openaiApiKey can be set per-message
    
    * fix: create new client for every message to avoid option pollution
    waylaidwanderer authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a2f109a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec84815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c927593 View commit details
    Browse the repository at this point in the history
  4. 1.28.0

    waylaidwanderer committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a9804b8 View commit details
    Browse the repository at this point in the history
Loading