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

Release/0.4.13 to main #2916

Merged
merged 27 commits into from
May 16, 2024
Merged

Release/0.4.13 to main #2916

merged 27 commits into from
May 16, 2024

Commits on Apr 25, 2024

  1. Merge pull request #2815 from janhq/main

    Sync main to dev 0.4.12
    Van-QA committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    012cc80 View commit details
    Browse the repository at this point in the history
  2. fix: remove scroll animation chat screen (#2819)

    Signed-off-by: James <[email protected]>
    Co-authored-by: James <[email protected]>
    namchuai and James committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0bad1a4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. chore: remove nutjs (#2860)

    Signed-off-by: James <[email protected]>
    Co-authored-by: James <[email protected]>
    namchuai and James committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ce2d8e5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    c6182ab View commit details
    Browse the repository at this point in the history
  2. Remove hidden overflow property of tailwind Update buttons position…

    … (under textarea) (#2856)
    
    Please be aware of the lint prettier failed
    QuentinMacheda committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2016eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c21bc08 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Feat: Remote API Parameters Correction (#2802)

    * fix: change to gpt4 turbo
    
    * add: params
    
    * fix: change to gpt 3.5 turbo
    
    * delete: redundant
    
    * fix: correct description
    
    * version bump
    
    * add: params
    
    * fix: version bump
    
    * delete: deprecated
    
    * add: params
    
    * add: new model
    
    * chore: version bump
    
    * fix: version correct
    
    * add: params
    
    * fix: version bump
    
    * fix: change to gpt4 turbo
    
    * add: params
    
    * fix: change to gpt 3.5 turbo
    
    * delete: redundant
    
    * fix: correct description
    
    * version bump
    
    * add: params
    
    * fix: version bump
    
    * delete: deprecated
    
    * add: params
    
    * add: new model
    
    * chore: version bump
    
    * fix: version correct
    
    * add: params
    
    * fix: version bump
    
    * fix: llama2 no longer supported
    
    * fix: reverse mistral api
    
    * fix: add params
    
    * fix: mistral api redundant params
    
    * fix: typo
    
    * fix: typo
    
    * fix: correct context length
    
    * fix: remove stop
    
    ---------
    
    Co-authored-by: Van Pham <64197333 [email protected]>
    hahuyhoang411 and Van-QA committed May 4, 2024
    Configuration menu
    Copy the full SHA
    092a572 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    4c88d03 View commit details
    Browse the repository at this point in the history
  2. feat: add model gpt-4 turbo (#2836)

    * feat: add model gpt-4 turbo
    
    * fix: correct naming
    
    ---------
    
    Co-authored-by: Hoang Ha <64120343 [email protected]>
    henryh0x1 and hahuyhoang411 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    86fda1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ccd67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e3e5a8 View commit details
    Browse the repository at this point in the history
  5. fix: validate context length (#2871)

    * fix: adjust context_length min and conditional for remote model
    
    * fix: remove console
    urmauur committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9effb6a View commit details
    Browse the repository at this point in the history
  6. Add OpenRouter (#2826)

    * Add OpenRouter
    
    * fix cohere setting description
    
    * fix: update to auto router
    
    * fix: auto router
    
    * add: config parameters
    
    * fix: correct max tokens
    
    ---------
    
    Co-authored-by: Jack Tri Le <Jack>
    Co-authored-by: Hoang Ha <64120343 [email protected]>
    Inchoker and hahuyhoang411 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d226640 View commit details
    Browse the repository at this point in the history
  7. Feat: Correct context length for models (#2867)

    * fix: correct ctx
    
    * version bump
    
    * fix: correct ctxlen
    
    * fix: correct ctxlen
    
    * version bump
    
    * fix: correct ctx   q4
    
    * fix: correct ctxlen
    
    * fix: correct ctx
    
    * fix: correct ctx
    
    * fix: correct ctx len
    
    * fix: correct ctx
    
    * fix: correct ctx
    
    * fix: correct ctx
    
    * fix: correct ctx
    
    * fix: correct ctx
    
    * fix: correct ctx
    
    * fix: correct ctx
    
    * fix: correct ctx
    
    * version bump
    hahuyhoang411 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2008aae View commit details
    Browse the repository at this point in the history
  8. fix: stop auto scroll if user manually scrolling up (#2874)

    Co-authored-by: James <[email protected]>
    namchuai and James committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0406b51 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. feat: inference anthropic extension (#2885)

    * feat: implement inference anthropic extension
    
    * chore: format style and correct typo of other extensions
    henryh0x1 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    efbc96d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. feat: add deeplink support (#2883)

    * feat: add deeplink support
    
    * fix windows not receive deeplink when not running
    
    ---------
    
    Co-authored-by: James <[email protected]>
    namchuai and James committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6af4a2d View commit details
    Browse the repository at this point in the history
  2. Feat: Adjust model hub v0.4.13 (#2879)

    * fix: correct phi3
    
    * redundant phi2 dolphin
    
    * add: hermes llama3
    
    * add: ngl settings
    
    * correct ctx len
    
    * correct ngl
    
    * correct maxlen   ngl
    
    * disable phi3
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * remove redundant  hermes pro
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * remove miqu
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * remove redundant
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * add ngl
    
    * version package bump
    
    * feat: resolve issue of cannot found model in the extensions due to the removal
    
    * feat: completely remove hermes-pro-7b
    
    * feat: completely remove openhermes-neural-7b and miqu-70b, and add llama3-hermes-8b via renaming from Rex
    
    * fix: correct description
    
    ---------
    
    Co-authored-by: Van-QA <[email protected]>
    hahuyhoang411 and Van-QA committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1e0d4f3 View commit details
    Browse the repository at this point in the history
  3. fix: deeplink when app not open on linux (#2893)

    Co-authored-by: James <[email protected]>
    namchuai and James committed May 13, 2024
    Configuration menu
    Copy the full SHA
    08d15e5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. add: gpt4o (#2899)

    hahuyhoang411 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    eb7e963 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Revert "chore: remove nutjs" and replace nutjs version (#2900)

    * Revert "chore: remove nutjs (#2860)"
    
    This reverts commit ce2d8e5.
    
    * feat: change nut-js to download from GitHub
    
    * feat: change nut-js to use @nut-tree-fork/nut-js
    
    * Revert "Chore: temporary disable cache for server migration (#2742)"
    
    This reverts commit af9a351.
    
    * feat: disable quickask settings on linux
    
    * feat: enable quick ask linux again
    
    * Change to @kirillvakalov/nut-tree__nut-js (#2906)
    
    Co-authored-by: Hien To <[email protected]>
    
    ---------
    
    Co-authored-by: Van-QA <[email protected]>
    Co-authored-by: hiento09 <136591877 [email protected]>
    Co-authored-by: Hien To <[email protected]>
    4 people committed May 15, 2024
    Configuration menu
    Copy the full SHA
    aa1f01f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1130979 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Change mac arm64 build use github runner (#2910)

    Co-authored-by: Hien To <[email protected]>
    hiento09 and hientominh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    33697be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06be308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0436224 View commit details
    Browse the repository at this point in the history
  4. Chore: Add phi3 (#2914)

    * init
    
    * version bump
    
    * fix: correct template
    hahuyhoang411 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2182599 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    537ef20 View commit details
    Browse the repository at this point in the history