-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 Cut 0.5.3 #3473
Merged
Release Cut 0.5.3 #3473
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: integrating cortex * Temporary prevent crash Signed-off-by: James <[email protected]> * fix yarn lint Signed-off-by: James <[email protected]> * refactor: remove core node module - fs - extensions and so on (#3151) * add migration script for threads, messages and models Signed-off-by: James <[email protected]> * remove freq_penalty and presence_penalty if model not supported Signed-off-by: James <[email protected]> * add back models in my models Signed-off-by: James <[email protected]> * fix api-url for setup API key popup Signed-off-by: James <[email protected]> * fix using model name for dropdown model Signed-off-by: James <[email protected]> * fix can't click to hotkey Signed-off-by: James <[email protected]> * fix: disable some UIs Signed-off-by: James <[email protected]> * fix build Signed-off-by: James <[email protected]> * reduce calling HF api Signed-off-by: James <[email protected]> * some ui update Signed-off-by: James <[email protected]> * feat: modal migration UI (#3153) * feat: handle popup migration * chore: update loader * chore: integrate script migration * chore: cleanup import * chore: moving out spinner loader * chore: update check thread message success migrate * chore: add handle script into retry button * remove warning from joi Signed-off-by: James <[email protected]> * chore: fix duplicate children * fix: path after migrating model Signed-off-by: James <[email protected]> * chore: apply mutation for config * chore: prevent calling too many create assistant api Signed-off-by: James <[email protected]> * using cortexso Signed-off-by: James <[email protected]> * update download api Signed-off-by: James <[email protected]> * fix use on slider item Signed-off-by: James <[email protected]> * fix: ui no download model or simple onboarding (#3166) * fix download huggingface model match with slider item Signed-off-by: James <[email protected]> * update owner_logo to logo and author Signed-off-by: James <[email protected]> * update new cortexso Signed-off-by: James <[email protected]> * Add install python step for macos * add engine table Signed-off-by: James <[email protected]> * fix local icons Signed-off-by: James <[email protected]> * feat: add search feature for model hub Signed-off-by: James <[email protected]> * fix misalign switch Signed-off-by: James <[email protected]> * fix: delete thread not focus on other thread Signed-off-by: James <[email protected]> * add get model from hugging face Signed-off-by: James <[email protected]> * fix download from hugging face Signed-off-by: James <[email protected]> * small update Signed-off-by: James <[email protected]> * update Signed-off-by: James <[email protected]> * fix system monitor rounded only on the left Signed-off-by: James <[email protected]> * chore: update ui new hub screen (#3174) * chore: update ui new hub screen * chore: update layout centerpanel thread and hub screen * chore: update detail model by group * update cortexso 0.1.13 Signed-off-by: James <[email protected]> * chore: add file size Signed-off-by: James <[email protected]> * chore: put engine to experimental feature Signed-off-by: James <[email protected]> * chore: open cortex folder Signed-off-by: James <[email protected]> * chore: add back user avatar Signed-off-by: James <[email protected]> * chore: minor UI hub (#3182) * chore: add back right click thread list and update 3 dots are overlapping with the text * chore: update position dropdown list my models * chore: make on-device tab showing 6 items instead of 4 * chore: update style description modals detail model * chore: update isGeneration loader and author name on modal * feat: integrate cortex single executable Signed-off-by: James <[email protected]> * fix build Signed-off-by: James <[email protected]> * chore: added blank state * chore: update ui component blank state * bump cortex binary version * fix: logic show modal migration (#3165) * fix: logic show modal migration * chore: fixed logic * chore: read contain format gguf local models * chore: change return hasLocalModel * chore: intiial skipmigration state * chore: filter embedding model * fix: delete top thread not focus on any other thread * chore: added UI no result component search models group (#3188) * fix: remote model should show all when user config that engine Signed-off-by: James <[email protected]> * chore: set state thread and models migration using getOnInit (#3189) * chore: set state thread and models migration using getOnInit * chore: add state as dependecies hooks * chore: system monitor panel show engine model (#3192) * fix: remove config api, replace with engine Signed-off-by: James <[email protected]> * update Signed-off-by: James <[email protected]> * update reactquery Signed-off-by: James <[email protected]> * bump cortex 0.4.35 * feat: add waiting for cortex popup Signed-off-by: James <[email protected]> * chore: add loader detail model popup (#3195) * chore: model start loader (#3197) * chore: added model loader when user starting chat without model active * chore: update copies loader * fix: select min file size if recommended quant does not exist Signed-off-by: James <[email protected]> * chore: temporary hide gpu config * fix: tensorrt not shown Signed-off-by: James <[email protected]> * fix lint Signed-off-by: James <[email protected]> * fix tests Signed-off-by: James <[email protected]> * fix e2e tests (wip) Signed-off-by: James <[email protected]> * update Signed-off-by: James <[email protected]> * fix: adding element and correct test to adapt new UI * fix: temp skip unstable part * fix: only show models which can be supported Signed-off-by: James <[email protected]> * Update version.txt * update send message Signed-off-by: James <[email protected]> * fix: not allow user send message when is generating Signed-off-by: James <[email protected]> * chore: temp skip Playwright test due to env issue * chore: temp skip Playwright test due to env issue * update Signed-off-by: James <[email protected]> * chore: minor-ui-feedback (#3202) --------- Signed-off-by: James <[email protected]> Co-authored-by: Louis <[email protected]> Co-authored-by: Faisal Amir <[email protected]> Co-authored-by: Hien To <[email protected]> Co-authored-by: Van Pham <[email protected]> Co-authored-by: Van-QA <[email protected]>
Co-authored-by: Hien To <[email protected]>
* bump-cortex-0.5.0 * Update version.txt
* feat: starter screen * chore: update flow starter screen * fix CI Signed-off-by: James <[email protected]> * chore: update variable name * chore: fix CI * update download cortex binary Signed-off-by: James <[email protected]> --------- Signed-off-by: James <[email protected]> Co-authored-by: James <[email protected]>
* fix: update new api from cortex to support 0.5.0 Signed-off-by: James <[email protected]> * fix stop button for streaming Signed-off-by: James <[email protected]> * fix stop inference for nonstreaming Signed-off-by: James <[email protected]> * chore: remove umami prevent tracking call to vercel Signed-off-by: James <[email protected]> * add warning modal when running more than 2 model concurrently Signed-off-by: James <[email protected]> * fix: skip summarize if abort Signed-off-by: James <[email protected]> * 0.5.0-3 * add inference error popup Signed-off-by: James <[email protected]> * add back import local model Signed-off-by: James <[email protected]> * fix: max token issue (#3225) Signed-off-by: James <[email protected]> * format status Signed-off-by: James <[email protected]> * fix migration missing instructions Signed-off-by: James <[email protected]> * fix: wait for cortex process overlay should be on top (#3224) * fix: wait for cortex process overlay should be on top * chore: update cortex.js * Cortex 0.5.0-5 * add import model to my model screen Signed-off-by: James <[email protected]> * fix: should migrate symlink models (#3226) * fix import on windows (#3229) Signed-off-by: James <[email protected]> * fix yarn lint Signed-off-by: James <[email protected]> * fix: clean up port before start jan (#3232) Signed-off-by: James <[email protected]> --------- Signed-off-by: James <[email protected]> Co-authored-by: Van Pham <[email protected]> Co-authored-by: Louis <[email protected]>
* fix: broken status parse due to empty category * cortex 0.5.0-7 --------- Co-authored-by: Van Pham <[email protected]>
Signed-off-by: James <[email protected]>
* feat: allow user to setup and manage cloud model from model dropdown * feat: add setup apikey modal for model dropdown * chore: remove console log * chore: update new function onSettingClick * chore: fix div
…3261) * fix: remote model added manually does not shown in model drop down * Bump cortex 0.5.0-27 in version.txt --------- Co-authored-by: Van Pham <[email protected]>
* fix: set cortex data folder path when starting jan * fix: change port to 1338 * fix: add migration in advanced setting * update * update new cortex * feat: add import model error handler Signed-off-by: James <[email protected]> --------- Signed-off-by: James <[email protected]>
* fix: migration wrong directory * reload model after migration Signed-off-by: James <[email protected]> --------- Signed-off-by: James <[email protected]>
* chore: update minor and missing ui * chore: update ui import model * 0.5.0-30 --------- Co-authored-by: Van Pham <[email protected]>
fix: test
chore: add husky pre-commit
fix: add a minimum height for the main window otherwise it shrinks
…al-toggle fix: correct time-weighted retrieval toggle
* Windows download default llamacpp engines * Add download cortex llamacpp engine for linux and macos * fix: add engine to nitro request body --------- Co-authored-by: Hien To <[email protected]> Co-authored-by: marknguyen1302 <[email protected]>
* fix: import model by folder on win * expose getGgufFiles method * fix the missing api * clean log * clean log
* chore: add llama 3.1 8B gguf model * chore: add llama3.1 70B model * chore: add models to rollup * chore: fix tag * chore: fix size * fix: 8b model * Chore/add gemma2 model (#3471) * feat: add gemma 2 * feat: add gemma 2 * feat: correct ngl --------- Co-authored-by: Van QA <[email protected]> * feat: add featured tag --------- Co-authored-by: Van Pham <[email protected]> Co-authored-by: Van QA <[email protected]>
marknguyen1302
approved these changes
Aug 27, 2024
Van-QA
approved these changes
Aug 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe Your Changes
Self Checklist