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: ai-shifu/ChatALL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.82.107
Choose a base ref
...
head repository: ai-shifu/ChatALL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.83.108
Choose a head ref
  • 13 commits
  • 36 files changed
  • 5 contributors

Commits on Sep 13, 2024

  1. fix: package.json to reduce vulnerabilities (#907)

    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    PeterDaveHello and snyk-bot authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4efa77e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73647d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update dependencies (#913)

    Just some non-breaking dependencies update for security and compatibility reasons.
    PeterDaveHello authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    404a8f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

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

Commits on Sep 28, 2024

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

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    95ccdc2 View commit details
    Browse the repository at this point in the history
  2. Fix QianWen Bot (#892)

    cesaryuan authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8fbdf6d View commit details
    Browse the repository at this point in the history
  3. Format src/bots/openai/ChatGPTBot.js (#915)

    Use `npm run lint`/`vue-cli-service lint` to format the code.
    
    Related to #914 / 3675a94
    PeterDaveHello authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1bba648 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Remove legacy GPT-3.5 Turbo 16k via OpenAI API (#838)

    `gpt-3.5-turbo` now default has the 16k context window, and `gpt-3.5-turbo-16k` has been marked `legacy`, though it's not `deprecated`, there seems to be no reason to maintain both of them.
    
    Reference:
    - https://platform.openai.com/docs/models/gpt-3-5-turbo
    PeterDaveHello authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    69205fd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. chore: bump to v1.83.108

    It looks like this is the way that this project bumped the versions.
    
    cc @sunner
    PeterDaveHello committed Oct 6, 2024
    1 Configuration menu
    Copy the full SHA
    92348a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. chore: split release workflow to 3 jobs

    May supress the build error
    sunner committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e0bf419 View commit details
    Browse the repository at this point in the history
Loading