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: chatgpt-web-dev/chatgpt-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.18.0
Choose a base ref
...
head repository: chatgpt-web-dev/chatgpt-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.0
Choose a head ref
  • 14 commits
  • 51 files changed
  • 5 contributors

Commits on May 15, 2024

  1. chore: clean unused code and improve lint rule (#541)

    * chore: lint fix and clean unused code
    
    Signed-off-by: Bob Du <[email protected]>
    
    * chore: improve lint fix
    
    Signed-off-by: Bob Du <[email protected]>
    
    * chore: improve lint fix
    
    Signed-off-by: Bob Du <[email protected]>
    
    ---------
    
    Signed-off-by: Bob Du <[email protected]>
    BobDu authored May 15, 2024
    Configuration menu
    Copy the full SHA
    c8b71c8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix: 修复打字机动画 (cherry picked from ChenZhaoYu upstream) (#544)

    (cherry picked from commit c226d07)
    Signed-off-by: Bob Du <[email protected]>
    
    Co-authored-by: ChenZhaoYu <[email protected]>
    BobDu and Chanzhaoyu authored May 21, 2024
    Configuration menu
    Copy the full SHA
    6ecfbfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df84c4e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. perf: persistent prompts and add chat record (#540)

    * update actions
    
    * chore(gitignore): update ignored files
    
    * feat(*): add chat record
    
    * refactor: add chat record
    
    * refactor: add chat record
    
    * refactor: add chat record
    
    * perf: chat record
    
    * perf: chat record
    
    * perf: remove Shift+Enter line breaks from text copied to the clipboard
    
    * perf: chat record
    
    * feat: the prompt word store is saved to the database
    
    * perf: the prompt word
    
    * perf: the prompt word
    
    * feat: persistent prompts
    
    * Update README.md
    
    * fix: the typewriter animation
    
    * fix: the typewriter animation
    
    * fix: fix the max tokens for gpt-4-turbo 128K
    
    * feat: add custom system role
    
    * feat: add GeminiPro option
    
    * fix: chat record
    
    * perf: persistent prompts
    
    * style: update default systemMessage
    
    * chore: merge code
    
    * build: v2.17.0
    
    * test: build
    
    * perf: history logs plus model
    
    * style: remove redundant code
    
    * chore: restore main branch
    
    * revert modifications to unrelated files such as gitignore and readme.
    
    * revert lint format
    
    * chore: update actions
    
    * Revert "chore: update actions"
    
    This reverts commit 9dda341.
    
    * Revert "default chatModels"
    
    * perf: chat record
    1.remove redundant files
    2.the content of the chat record uses "@/views/chat/components/Message"
    jamebal authored May 30, 2024
    Configuration menu
    Copy the full SHA
    c8b1bdd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 5, 2024

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

Commits on Jun 10, 2024

  1. fix maximum token count (#553)

    * fix maximum token count
    
    * fix maximum token count 1
    
    * fix maximum token count 2
    原来补全最多只有4096啊...
    
    * fix maximum token count 3
    重新梳理一下逻辑
    
    ---------
    
    Signed-off-by: San <[email protected]>
    zhujunsan authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d01fabe View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. chore: update some deps version (#576)

    * chore: update some deps version
    
    Signed-off-by: Bob Du <[email protected]>
    
    * chore: update some deps version
    
    Signed-off-by: Bob Du <[email protected]>
    
    ---------
    
    Signed-off-by: Bob Du <[email protected]>
    BobDu authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    495ccb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f0ba8 View commit details
    Browse the repository at this point in the history
  3. feat: support multiple select image once upload (#577)

    Signed-off-by: Bob Du <[email protected]>
    BobDu authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b3ac4b0 View commit details
    Browse the repository at this point in the history
  4. build: remove vite-plugin-pwa (#578)

    * build: remove vite-plugin-pwa
    
    Signed-off-by: Bob Du <[email protected]>
    
    * chore: remove unused deps
    
    Signed-off-by: Bob Du <[email protected]>
    
    ---------
    
    Signed-off-by: Bob Du <[email protected]>
    BobDu authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d03a55f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix: pnpm build script (#579)

    Signed-off-by: Bob Du <[email protected]>
    BobDu authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b27b1de View commit details
    Browse the repository at this point in the history
  2. feat: set statics file cache control (#580)

    Signed-off-by: Bob Du <[email protected]>
    BobDu authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1379b15 View commit details
    Browse the repository at this point in the history
  3. fix: delete message problem (#575)

    * fix: 修复删除消息倒是后面一条消息显示原文的问题
    
    * Revert "fix: 修复删除消息倒是后面一条消息显示原文的问题"
    
    This reverts commit 5c38b3c.
    
    Signed-off-by: Bob Du <[email protected]>
    
    * fix: delete message problem
    
    Signed-off-by: Bob Du <[email protected]>
    
    ---------
    
    Signed-off-by: Bob Du <[email protected]>
    Co-authored-by: Bob Du <[email protected]>
    Qiu-Jun and BobDu authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9b1aadd View commit details
    Browse the repository at this point in the history
Loading