Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #4849

Closed
wants to merge 178 commits into from
Closed

Main #4849

wants to merge 178 commits into from

Commits on Oct 29, 2023

  1. feat: add multi-model support

    Yidadaa committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    5610f42 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. feat: add claude and bard

    Yidadaa committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cdf0311 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Refactor Summarize Logic

    [+] chore(chat.ts): remove unnecessary comment and refactor variable name
    [+] feat(chat.ts): add stream: false to config object
    H0llyW00dzZ committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    544bab0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 19, 2023

  1. Feat ChatGPT LLM Api [Console Log] [Text Moderation] [Azure]

    [+] fix(openai.ts): fix parsing error in ChatGPTApi's message handler
    [+] feat(openai.ts): add logging for flagged categories in text moderation
    H0llyW00dzZ committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    fe0f078 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix: MessageSelectorWarning

    frankylli committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    10ea9bf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Refactor Api Common [Server Side] [Console Log]

    - [+] refactor(common.ts): remove unnecessary console.log for [Org ID] in requestOpenai function
    - [+] refactor(common.ts): conditionally delete OpenAI-Organization header from response if [Org ID] is not set up in ENV
    H0llyW00dzZ committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    36e9c6a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Fix Api Common [Server Side]

    - [+] fix(common.ts): improve handling of OpenAI-Organization header
     - Check if serverConfig.openaiOrgId is defined and not an empty string
     - Log the value of openaiOrganizationHeader if present, otherwise log that the header is not present
     - Conditionally delete the OpenAI-Organization header from the response if [Org ID] is undefined or empty (not setup in ENV)
    H0llyW00dzZ committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8dc8682 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 15, 2023

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

Commits on Jan 15, 2024

  1. chore(deps-dev): bump eslint-plugin-prettier from 4.2.1 to 5.1.3

    Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.2.1 to 5.1.3.
    - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/eslint-plugin-prettier@v4.2.1...v5.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f05bf0a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. fix: webdav check httpcode list

    Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
    Dup4 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    86f42d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Add gpt-4-0125-preview

    leo4life2 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3554872 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Update Docker Ignore

    - [+] chore(dockerignore): update .dockerignore file with more comprehensive ignore rules
    H0llyW00dzZ committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bf1b5c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    524c9be View commit details
    Browse the repository at this point in the history
  2. Update README.md

    MrrDrr committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ed8099b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. merge

    leo4life2 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e33d05c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. v0.0.0

    Kivi1998 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    754303e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. ChatGPT Logo

    Kivi1998 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2053db4 View commit details
    Browse the repository at this point in the history
  2. Fix Webdav Syncing Issues

    - [+] feat(route.ts): add endpoint validation and improve error handling
    - [+] refactor(route.ts): use targetPath for request validation and error messages
    - [+] fix(route.ts): correct targetUrl formation
    H0llyW00dzZ committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c0c54e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    5bf4027 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4353 from H0llyW00dzZ/cherry-pick-w…

    …ebdav
    
    [Cherry Pick] Fix Webdav Syncing Issues
    fred-bf committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ebbd870 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Fix: Handle empty server response in API call

    kidv committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    29e03b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    e8d76a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4381 from ChatGPTNextWeb/fred-bf-pa…

    …tch-3
    
    patch: disable webdav redirect
    fred-bf committed Mar 24, 2024
    1 Configuration menu
    Copy the full SHA
    90af4e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ChatGPTNextWeb#4379 from EasonQwQ/main

    Fix: Handle empty server response in API call
    fred-bf committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    f1b4c08 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore(deps): bump emoji-picker-react from 4.5.15 to 4.9.2

    Bumps [emoji-picker-react](https://github.com/ealush/emoji-picker-react) from 4.5.15 to 4.9.2.
    - [Release notes](https://github.com/ealush/emoji-picker-react/releases)
    - [Commits](https://github.com/ealush/emoji-picker-react/commits)
    
    ---
    updated-dependencies:
    - dependency-name: emoji-picker-react
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8e554a8 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/node from 20.9.0 to 20.11.30

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.0 to 20.11.30.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6dd7a6a View commit details
    Browse the repository at this point in the history
  3. Merge pull request ChatGPTNextWeb#4186 from MrrDrr/formula_rendering

    support \(...\) and \[...\] style math formula
    Dean-YZG committed Mar 25, 2024
    1 Configuration menu
    Copy the full SHA
    a4e4286 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request ChatGPTNextWeb#4391 from ChatGPTNextWeb/dependabot…

    …/npm_and_yarn/types/node-20.11.30
    
    chore(deps-dev): bump @types/node from 20.9.0 to 20.11.30
    Dean-YZG committed Mar 26, 2024
    1 Configuration menu
    Copy the full SHA
    a1aaea9 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/react from 18.2.14 to 18.2.70

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.14 to 18.2.70.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 26, 2024
    1 Configuration menu
    Copy the full SHA
    dcad400 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ChatGPTNextWeb#4390 from ChatGPTNextWeb/dependabot…

    …/npm_and_yarn/emoji-picker-react-4.9.2
    
    chore(deps): bump emoji-picker-react from 4.5.15 to 4.9.2
    Dean-YZG committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e5edd85 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#4389 from ChatGPTNextWeb/dependabot…

    …/npm_and_yarn/types/react-18.2.70
    
    chore(deps-dev): bump @types/react from 18.2.14 to 18.2.70
    Dean-YZG committed Mar 26, 2024
    1 Configuration menu
    Copy the full SHA
    5bc3930 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @tauri-apps/cli from 1.5.7 to 1.5.11

    Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.5.7 to 1.5.11.
    - [Release notes](https://github.com/tauri-apps/tauri/releases)
    - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.7...@tauri-apps/cli-v1.5.11)
    
    ---
    updated-dependencies:
    - dependency-name: "@tauri-apps/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    76603d1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ChatGPTNextWeb#4366 from Essmatiko123/dependabot/n…

    …pm_and_yarn/eslint-plugin-prettier-5.1.3
    
    chore(deps-dev): bump eslint-plugin-prettier from 4.2.1 to 5.1.3
    Dean-YZG committed Mar 26, 2024
    1 Configuration menu
    Copy the full SHA
    1049006 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ChatGPTNextWeb#4264 from ChatGPTNextWeb/dependabot…

    …/npm_and_yarn/tauri-apps/cli-1.5.11
    
    chore(deps-dev): bump @tauri-apps/cli from 1.5.7 to 1.5.11
    Dean-YZG committed Mar 26, 2024
    1 Configuration menu
    Copy the full SHA
    711bf19 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ChatGPTNextWeb#4091 from H0llyW00dzZ/docker-ignore

    Update Docker Ignore
    Dean-YZG committed Mar 26, 2024
    1 Configuration menu
    Copy the full SHA
    3c97a4f View commit details
    Browse the repository at this point in the history
  9. Merge pull request ChatGPTNextWeb#4193 from MrrDrr/env_bug_fix

    Update README.md
    Dean-YZG committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    43824bd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request ChatGPTNextWeb#3870 from Dup4/fix-webdav-check

    fix: webdav check httpcode list
    Dean-YZG committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    afaa529 View commit details
    Browse the repository at this point in the history
  2. fix docker

    hmhuming committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    53fb52c View commit details
    Browse the repository at this point in the history
  3. Merge pull request ChatGPTNextWeb#3529 from erich2s/chat-item-selecte…

    …d-border
    
    fix(chat-item): selected ChatItem showing border in other pages
    Dean-YZG committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0de9242 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#3508 from reece00/Mask-language

    The language filtering option of the mask is stored
    Dean-YZG committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c93b36f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    24caa3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e2151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ef77f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#3424 from H0llyW00dzZ/serverrside

    Refactor Api Common [Server Side] [Console Log]
    Dean-YZG committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    57026f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ChatGPTNextWeb#3405 from Yuliang-Lee/fix/MessageSe…

    …lectorWarning
    
    fix: MessageSelectorWarning
    Dean-YZG committed Mar 28, 2024
    1 Configuration menu
    Copy the full SHA
    e056a1d View commit details
    Browse the repository at this point in the history
  6. Merge pull request ChatGPTNextWeb#3314 from H0llyW00dzZ/text-moderati…

    …on-azure
    
    Feat ChatGPT LLM Api [Console Log] [Text Moderation] [Azure]
    Dean-YZG committed Mar 28, 2024
    1 Configuration menu
    Copy the full SHA
    6b3daec View commit details
    Browse the repository at this point in the history
  7. Merge pull request ChatGPTNextWeb#3280 from surkaa/patch-1

    Update .env.template 更正单词
    Dean-YZG committed Mar 28, 2024
    1 Configuration menu
    Copy the full SHA
    113d961 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ChatGPTNextWeb#3205 from H0llyW00dzZ/summarizelogic

    Refactor Summarize Logic
    Dean-YZG committed Mar 28, 2024
    1 Configuration menu
    Copy the full SHA
    e38b527 View commit details
    Browse the repository at this point in the history
  9. Update utils.ts

    RubuJam committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    27ed57a View commit details
    Browse the repository at this point in the history
  10. Update constant.ts

    RubuJam committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cd30368 View commit details
    Browse the repository at this point in the history
  11. Update google.ts

    RubuJam committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f8b180a View commit details
    Browse the repository at this point in the history
  12. 更新 constant.ts

    RubuJam committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4d0c77b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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

Commits on Apr 2, 2024

  1. feat: settings command dev done

    butterfly authored and butterfly committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    15e5958 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request ChatGPTNextWeb#4417 from xiaotianxt/main

    Update apple-touch-icon.png
    Dean-YZG committed Apr 4, 2024
    1 Configuration menu
    Copy the full SHA
    9f3fc5e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. feat: dev done

    butterfly authored and butterfly committed Apr 7, 2024
    1 Configuration menu
    Copy the full SHA
    69b079c View commit details
    Browse the repository at this point in the history
  2. feat: clean codes

    butterfly authored and butterfly committed Apr 7, 2024
    1 Configuration menu
    Copy the full SHA
    3cb4315 View commit details
    Browse the repository at this point in the history
  3. feat: parse response message

    butterfly authored and butterfly committed Apr 7, 2024
    1 Configuration menu
    Copy the full SHA
    768decd View commit details
    Browse the repository at this point in the history
  4. feat: roles must alternate between user and assistant in claude, so a…

    …dd a fake assistant message between two user messages
    butterfly committed Apr 7, 2024
    1 Configuration menu
    Copy the full SHA
    86b5c55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fbb560 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feat: configs about app client

    butterfly committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ef7617d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5446d8d View commit details
    Browse the repository at this point in the history
  3. feat: call claude api not in credential 'include' mode

    butterfly authored and butterfly committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6dad353 View commit details
    Browse the repository at this point in the history
  4. feat: call claude api not in credential 'include' mode

    butterfly authored and butterfly committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    63f9063 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ChatGPTNextWeb#4457 from ChatGPTNextWeb/feat-multi…

    …-models
    
    Feat multi models
    Dean-YZG committed Apr 8, 2024
    1 Configuration menu
    Copy the full SHA
    f68b8af View commit details
    Browse the repository at this point in the history
  6. feat: remove duplicate Input Template

    butterfly committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    264da67 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ChatGPTNextWeb#4461 from ChatGPTNextWeb/chore-fix

    feat: remove duplicate Input Template
    Dean-YZG committed Apr 8, 2024
    1 Configuration menu
    Copy the full SHA
    9b03ab8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b982b4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ChatGPTNextWeb#4462 from ChatGPTNextWeb/chore-fix

    feat: fix no max_tokens in payload when calling openai vision model
    Dean-YZG committed Apr 8, 2024
    1 Configuration menu
    Copy the full SHA
    1b83dd0 View commit details
    Browse the repository at this point in the history
  10. feat: modify some propmt in DEFAULT_INPUT_TEMPLATE about expressing l…

    …atex
    butterfly authored and butterfly committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    02b0e79 View commit details
    Browse the repository at this point in the history
  11. Merge pull request ChatGPTNextWeb#4466 from ChatGPTNextWeb/chore-fix

    feat: modify some propmt in DEFAULT_INPUT_TEMPLATE about expressing l…
    Dean-YZG committed Apr 8, 2024
    1 Configuration menu
    Copy the full SHA
    db533fc View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. feat: remove debug code

    butterfly authored and butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6cb296f View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4469 from ChatGPTNextWeb/chore-fix

    feat: remove debug code
    Dean-YZG committed Apr 9, 2024
    1 Configuration menu
    Copy the full SHA
    984c79e View commit details
    Browse the repository at this point in the history
  3. feat: fix system prompt

    butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d508127 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#4470 from ChatGPTNextWeb/chore-fix

    feat: fix system prompt
    Dean-YZG committed Apr 9, 2024
    1 Configuration menu
    Copy the full SHA
    c7b14cb View commit details
    Browse the repository at this point in the history
  5. Update layout.tsx

    dlb-data committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    84681d3 View commit details
    Browse the repository at this point in the history
  6. Update layout.tsx

    dlb-data committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    598468c View commit details
    Browse the repository at this point in the history
  7. feat: 补充文档

    butterfly authored and butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7fcfbc3 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    f3106e3 View commit details
    Browse the repository at this point in the history
  9. feat: white webdav server domain

    butterfly authored and butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8b191bd View commit details
    Browse the repository at this point in the history
  10. feat: Optimize document

    butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4cb0655 View commit details
    Browse the repository at this point in the history
  11. feat: Optimize var names

    butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b175132 View commit details
    Browse the repository at this point in the history
  12. feat: Optimize code

    butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    df33139 View commit details
    Browse the repository at this point in the history
  13. feat: Optimize document

    butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    908ce3b View commit details
    Browse the repository at this point in the history
  14. Merge pull request ChatGPTNextWeb#4479 from ChatGPTNextWeb/chore-fix

    feat: white webdav server domain
    Dean-YZG committed Apr 9, 2024
    1 Configuration menu
    Copy the full SHA
    13db64f View commit details
    Browse the repository at this point in the history
  15. feat: Solve the problem of using openai interface protocol for user-d…

    …efined claude model & add some famous webdav endpoints
    butterfly committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    79f3424 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. 1 Configuration menu
    Copy the full SHA
    dd1d850 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4480 from ChatGPTNextWeb/chore-fix

    feat: Solve the problem of using openai interface protocol for user-d…
    Dean-YZG committed Apr 10, 2024
    1 Configuration menu
    Copy the full SHA
    67acc38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c718ad View commit details
    Browse the repository at this point in the history
  4. add new turbo

    leo4life2 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6319f41 View commit details
    Browse the repository at this point in the history
  5. support new vision models

    leo4life2 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f101ee3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into main

    RubuJam committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5dc5bfb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request ChatGPTNextWeb#4487 from leo4life2/main

    Support `gpt-4-turbo` and `gpt-4-turbo-2024-04-09`
    Dean-YZG committed Apr 11, 2024
    1 Configuration menu
    Copy the full SHA
    55a93e7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    RubuJam committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0cffaf8 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    1756bdd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. feat: fix webdav 逻辑

    butterfly committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ee15c14 View commit details
    Browse the repository at this point in the history
  2. feat: fix webdav 逻辑2

    butterfly committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b72d7fb View commit details
    Browse the repository at this point in the history
  3. feat: fix the logtics of client joining webdav url

    butterfly committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    55d7014 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#4507 from ChatGPTNextWeb/chore-fix

    feat: fix codes of joining webdav url in client & webdav proxy
    Dean-YZG committed Apr 12, 2024
    1 Configuration menu
    Copy the full SHA
    af3ebac View commit details
    Browse the repository at this point in the history
  5. feat: fix the logtics of client joining webdav url

    butterfly authored and butterfly committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fd8d0a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6520f9b View commit details
    Browse the repository at this point in the history
  7. add timezone in system prompts

    MrrDrr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    aa084ea View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

Commits on Apr 15, 2024

  1. Merge pull request ChatGPTNextWeb#4500 from PeterDaveHello/locale-tw-cht

    Improve tw Traditional Chinese locale
    Dean-YZG committed Apr 15, 2024
    1 Configuration menu
    Copy the full SHA
    d112dc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4509 from MrrDrr/add_knowledge_cutoff

    add knowledge cutoff date for gpt-4-turbo-2024-04-09
    Dean-YZG committed Apr 15, 2024
    1 Configuration menu
    Copy the full SHA
    e2c0d2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request ChatGPTNextWeb#4510 from MrrDrr/add_timezone_in_sy…

    …stem_prompts
    
    add timezone in system prompts
    Dean-YZG committed Apr 15, 2024
    1 Configuration menu
    Copy the full SHA
    f742a7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#4514 from SukkaW/fix-ls-performance

    perf: avoid read localStorage on every render
    Dean-YZG committed Apr 15, 2024
    1 Configuration menu
    Copy the full SHA
    51f7daa View commit details
    Browse the repository at this point in the history
  5. Merge pull request ChatGPTNextWeb#4412 from RubuJam/main

    Gemini will generate the request address based on the selected model name and supports Gemini 1.5 Pro (gemini-1.5-pro-latest).
    Dean-YZG committed Apr 15, 2024
    1 Configuration menu
    Copy the full SHA
    1e2a662 View commit details
    Browse the repository at this point in the history
  6. Update constant.ts

    Algorithm5838 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9564b26 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request ChatGPTNextWeb#4520 from Algorithm5838/refactor-mo…

    …dels
    
    Refactor DEFAULT_MODELS for better maintainability
    Dean-YZG committed Apr 16, 2024
    1 Configuration menu
    Copy the full SHA
    ad80153 View commit details
    Browse the repository at this point in the history
  2. feat: (1) fix issues/4335 and issues/4518

    butterfly authored and butterfly committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fb8b8d2 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    9b2cb1e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update constant.ts

    RubuJam committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fcb1a65 View commit details
    Browse the repository at this point in the history
  2. Update google.ts

    RubuJam committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b7aab3c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Merge pull request ChatGPTNextWeb#4545 from jalr4ever/main-default-mo…

    …del-env
    
    Support a way to define default model by adding DEFAULT_MODEL env.
    Dean-YZG committed Apr 25, 2024
    1 Configuration menu
    Copy the full SHA
    9aec3b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4535 from RubuJam/main

    Refer to OpenAI documentation to delete some models.
    Dean-YZG committed Apr 25, 2024
    1 Configuration menu
    Copy the full SHA
    7d647c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ChatGPTNextWeb#4557 from RoyRao2333/dev/no-fucos-o…

    …utline
    
    chore: No outline when element is in `:focus-visible` state
    Dean-YZG committed Apr 25, 2024
    1 Configuration menu
    Copy the full SHA
    69642fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#4564 from MrrDrr/gpt4v_remove_max_t…

    …okens
    
    remove max_tokens from the official version of gpt4-turbo
    Dean-YZG committed Apr 25, 2024
    1 Configuration menu
    Copy the full SHA
    506c17a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat: bump version code

    fred-bf committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b2e8a1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4595 from ChatGPTNextWeb/feat/bump-…

    …version
    
    feat: bump version code
    fred-bf committed Apr 30, 2024
    1 Configuration menu
    Copy the full SHA
    52312db View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix i think

    rooben-me committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4cd9437 View commit details
    Browse the repository at this point in the history
  2. this is the fix

    rooben-me committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9cd3358 View commit details
    Browse the repository at this point in the history
  3. this is ti

    rooben-me committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9d728ec View commit details
    Browse the repository at this point in the history
  4. this

    rooben-me committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6fc7c50 View commit details
    Browse the repository at this point in the history
  5. new fix

    rooben-me committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7b61d05 View commit details
    Browse the repository at this point in the history
  6. fix

    rooben-me committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a103582 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1da7d81 View commit details
    Browse the repository at this point in the history
  8. Removed spaces

    rooben-me committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8ef2617 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. feat: fix 1)the property named 'role' of the first message must be 'u…

    …ser' 2)if default summarize model 'gpt-3.5-turbo' is blocked, use currentModel instead 3)if apiurl&apikey set by location, useCustomConfig would be opened
    butterfly committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b3e856d View commit details
    Browse the repository at this point in the history
  2. feat: bugfix

    Dean-YZG committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a1493bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request ChatGPTNextWeb#4625 from ChatGPTNextWeb/chore-fix

    feat: fix 1)the property named 'role' of the first message must be 'u…
    Dean-YZG committed May 6, 2024
    1 Configuration menu
    Copy the full SHA
    58c0d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    864529c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request ChatGPTNextWeb#4626 from ChatGPTNextWeb/chore-fix

    feat: googleApiKey & anthropicApiKey support setting multi-key
    Dean-YZG committed May 7, 2024
    1 Configuration menu
    Copy the full SHA
    3513c68 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. chore(deps): bump next from 13.4.9 to 14.1.1

    Bumps [next](https://github.com/vercel/next.js) from 13.4.9 to 14.1.1.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v13.4.9...v14.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 10, 2024
    1 Configuration menu
    Copy the full SHA
    cd48f7e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge pull request ChatGPTNextWeb#4610 from rooben-me/fix-sync

    Fix Sync Issue with Upstash
    Dean-YZG committed May 13, 2024
    1 Configuration menu
    Copy the full SHA
    212ae76 View commit details
    Browse the repository at this point in the history
  2. feat: 1)upload image with type 'heic' 2)change the empty message to '…

    …;' for models 3)
    Dean-YZG authored and Dean-YZG committed May 13, 2024
    1 Configuration menu
    Copy the full SHA
    c10447d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3131d2 View commit details
    Browse the repository at this point in the history
  4. feat: support env var DEFAULT_INPUT_TEMPLATE to custom default templa…

    …te for preprocessing user inputs
    Dean-YZG committed May 13, 2024
    1 Configuration menu
    Copy the full SHA
    2d1f0c9 View commit details
    Browse the repository at this point in the history
  5. feat: support env var DEFAULT_INPUT_TEMPLATE to custom default templa…

    …te for preprocessing user inputs
    Dean-YZG committed May 13, 2024
    1 Configuration menu
    Copy the full SHA
    9d7ce20 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ChatGPTNextWeb#4670 from DmitrySandalov/patch-1

    Fix typo for "OpenAI Endpoint" in the en locale
    Dean-YZG committed May 13, 2024
    1 Configuration menu
    Copy the full SHA
    8ec7212 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ChatGPTNextWeb#4647 from ChatGPTNextWeb/dependabot…

    …/npm_and_yarn/next-14.1.1
    
    chore(deps): bump next from 13.4.9 to 14.1.1
    Dean-YZG committed May 13, 2024
    1 Configuration menu
    Copy the full SHA
    6b30e16 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/main' into chore-fix

    Dean-YZG authored and Dean-YZG committed May 13, 2024
    1 Configuration menu
    Copy the full SHA
    fffbee8 View commit details
    Browse the repository at this point in the history
  9. support gpt-4o

    leo4life2 committed May 13, 2024
    1 Configuration menu
    Copy the full SHA
    ef5f910 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    5df8b1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4674 from leo4life2/main

    support gpt-4o
    fred-bf committed May 14, 2024
    1 Configuration menu
    Copy the full SHA
    9faab96 View commit details
    Browse the repository at this point in the history
  3. feat: bump version

    fred-bf committed May 14, 2024
    1 Configuration menu
    Copy the full SHA
    3a007e4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#4684 from ChatGPTNextWeb/fred-bf-pa…

    …tch-4
    
    feat: bump version
    fred-bf committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cf635a5 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    d411159 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. feat: support gemini flash

    fred-bf committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6612550 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ChatGPTNextWeb#4702 from ChatGPTNextWeb/feat/gemin…

    …i-flash
    
    feat: support gemini flash
    fred-bf committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0bf758a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4789a7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eccb54 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ChatGPTNextWeb#4703 from ChatGPTNextWeb/feat/gemin…

    …i-flash
    
    feat: add gemini flash into vision model list
    fred-bf committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1e00c89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf29a8f View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    8688842 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge pull request ChatGPTNextWeb#4706 from leo4life2/patch-1

    gpt-4o as vision model
    fred-bf committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bffd9d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e58cb2b View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    48d44ec View commit details
    Browse the repository at this point in the history
  4. feat: remove empty memoryPrompt in ChatMessages

    Dean-YZG authored and Dean-YZG committed May 16, 2024
    1 Configuration menu
    Copy the full SHA
    0aa807d View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main' into gpt-4o

    # Conflicts:
    #	public/apple-touch-icon.png
    Kivi1998 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    01c9dbc View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    f55f04a View commit details
    Browse the repository at this point in the history
  7. ChatGPT Logo

    Kivi1998 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bfdb47a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f3516f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. update translation

    zhz8951 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    22ef3d3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Merge pull request ChatGPTNextWeb#4732 from zhz8951/main

    update translation
    Dean-YZG committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c3e2f3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754acd7 View commit details
    Browse the repository at this point in the history
  3. Revert "Chat gpt"

    Dean-YZG committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d89a12a View commit details
    Browse the repository at this point in the history
  4. Merge pull request ChatGPTNextWeb#4743 from ChatGPTNextWeb/revert-471…

    …0-chatGPT
    
    Revert "Chat gpt"
    Dean-YZG committed May 20, 2024
    Configuration menu
    Copy the full SHA
    de11112 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge pull request ChatGPTNextWeb#4689 from ReeseWang/main

    Dockerfile: Listen to any addresses instead of localhost, fixes ChatGPTNextWeb#4682
    fred-bf committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3866448 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 27, 2024

  1. Merge pull request ChatGPTNextWeb#4771 from yangxiang92/main

    fix: make env PROXY_URL avaliable in Docker container.
    Dean-YZG committed May 27, 2024
    1 Configuration menu
    Copy the full SHA
    da2e237 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add new Teracloud domain

    - Added 'bora.teracloud.jp' to the list of supported domains.
    junxian-li-hpc committed Jun 6, 2024
    1 Configuration menu
    Copy the full SHA
    1d8fd48 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Merge pull request ChatGPTNextWeb#4826 from junxian-li-hpc/fix-webdav

    Add new Teracloud domain
    fred-bf committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b6735bf View commit details
    Browse the repository at this point in the history