3628 Commits

Author SHA1 Message Date
0xSage
e31921ba4d nit 2024-09-09 13:34:38 +08:00
0xSage
1c9342fc08 add model request form 2024-09-09 13:30:44 +08:00
0xSage
48b2773c8f chore: fix bug template 2024-09-09 13:06:20 +08:00
Faisal Amir
ecf83d03c5
chore: update copy when retrieval turn off (#3585) 2024-09-09 09:39:46 +07:00
Louis
3ddb32e2c7
test: fix import from components (#3581) 2024-09-06 15:36:50 +07:00
Louis
846efb3126
test: add core modules test cases (#3498)
* chore: add core module test cases

* chore: fix tests

* chore: add code coverage report

* chore: split coverage step

* chore: split coverage step

* Update jan-electron-linter-and-test.yml

* Update jan-electron-linter-and-test.yml

* Update jan-electron-linter-and-test.yml

* chore: update tests

* chore: add web utils test cases

* chore: add restful and helper tests

* chore: add tests
2024-09-06 11:14:28 +07:00
Faisal Amir
f759fae55f
feat: enable model dropdown search by configured model (#3466) 2024-09-05 14:10:41 +07:00
Faisal Amir
1ffb7f213d
chore: setup jest for unit test hooks and component from joi (#3540)
* chore: setup jest for unit test hooks and component from joi

* chore: update gitignore

* chore: exclude jest setup file from tsconfig
2024-09-05 11:41:15 +07:00
Faisal Amir
edf5c77dd6
chore: copy edit for model setting (#3553)
* chore: copy edit for model setting

* chore: make a const for copy accordion
2024-09-05 09:54:52 +07:00
Faisal Amir
fb01216ae2
fix: disabled UI RAG and tools (#3514)
* fix: UI RAG & tools do not support for remote models

* chore: update dependencies hooks
2024-09-05 09:54:03 +07:00
Faisal Amir
e9b657ae4e
feat: add setting options to dropdown menu (#3554)
* feat: add setting options to dropdown menu

* chore: update comment
2024-09-05 09:49:47 +07:00
Faisal Amir
28c6ba10f1
fix: using type text instead number for avoid region issue (#3538) 2024-09-04 22:58:01 +07:00
Louis
d4c014da1d
Merge pull request #3551 from janhq/chore/add-code-coverage-step
chore: add test:coverage step
2024-09-04 21:23:35 +07:00
Louis
4e52410673
chore: add test:coverage step 2024-09-04 20:43:35 +07:00
Faisal Amir
7d6fd658f4
feat: starter screen (#3494)
* feat: starter screen

* chore: fix unused import

* chore: update see all color
2024-09-03 09:53:29 +07:00
Faisal Amir
7d12de1c4a
fix: electron window on windows (#3480) 2024-09-03 09:53:15 +07:00
Van Pham
e572feff91
Delete .github/ISSUE_TEMPLATE/documentation-request.md and epic-request.md (#3490)
* Delete .github/ISSUE_TEMPLATE/documentation-request.md

* Delete .github/ISSUE_TEMPLATE/epic-request.md

* Update feature_request.yml

* Update feature_request.yml
2024-08-30 17:09:29 +07:00
Van Pham
0f84a57545
Merge pull request #3493 from janhq/main
chore: Sync main to dev 0.5.3
2024-08-29 18:52:49 +07:00
Van Pham
ee0a6e5f3f
Merge pull request #3492 from janhq/regression/gpu-memory-utilization
fix: gpu memory utilization
v0.5.3
2024-08-29 14:05:00 +07:00
Louis
c10695be7c
fix: utilized memory 2024-08-29 12:55:07 +07:00
Faisal Amir
49166d0209
feat: track last state left and right panel (#3477) 2024-08-28 20:20:12 +07:00
Van Pham
1c8e8ca3be
Merge pull request #3484 from janhq/fix/modal-import-gguf
fix: responsive modal import gguf
2024-08-28 18:04:53 +07:00
Faisal Amir
e41f816fc8 chore: fix system monitor gpu list 2024-08-28 17:24:57 +07:00
Faisal Amir
31ae14c1f1 chore: fix responsive and add tensorrt_llm nitro to model utils 2024-08-28 17:05:51 +07:00
Faisal Amir
46aa9d3a29 fix: responsive modal import model gguf 2024-08-28 14:17:14 +07:00
Van Pham
d3d7909474
Merge pull request #3479 from janhq/chore/correct-gemma-1.1-filename
chore: Update model.json with correct filename
2024-08-28 12:56:47 +07:00
Van Pham
2fd0f20638
Merge pull request #3482 from janhq/fix/missing-engine-chat-completion-api
fix: add engine in payload for nitro chat completion api
2024-08-28 12:56:30 +07:00
marknguyen1302
20f0e4301e fix: add engine in payload for nitro chat completion api 2024-08-28 11:34:35 +07:00
Van Pham
47b074af47
Update model.json 2024-08-28 10:46:20 +07:00
Van Pham
8232a1e0c2
Update model.json 2024-08-28 10:44:24 +07:00
Faisal Amir
bc4bbd32ab
fix: wrong classname icon (#3474)
* fix: fix wrong classname icon

* fix: button flashing on chat input
2024-08-27 18:26:36 +07:00
Van Pham
c0ffd03f61
Merge pull request #3473 from janhq/dev
Release Cut 0.5.3
2024-08-27 16:58:55 +07:00
Louis
1c5b6355d9
chore: add llama 3.1 8B gguf model (#3468)
* 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 <van@jan.ai>

* feat: add featured tag

---------

Co-authored-by: Van Pham <64197333+Van-QA@users.noreply.github.com>
Co-authored-by: Van QA <van@jan.ai>
2024-08-27 16:45:19 +07:00
Faisal Amir
17653460b5
fix: modal responsive import model (#3467) 2024-08-27 14:58:56 +07:00
Faisal Amir
e4115f307b
fix: resize left and panel when scroll area show (#3470) 2024-08-27 14:37:41 +07:00
Louis
f6e8583729
chore: move remote models to bottom of the models hub (#3469) 2024-08-27 14:36:06 +07:00
Faisal Amir
000110359e
fix: search input clearable component (#3465) 2024-08-27 13:08:28 +07:00
Mark Nguyen
52aa87a7ac
fix: import model by folder on win (#3463)
* fix: import model by folder on win

* expose getGgufFiles method

* fix the missing api

* clean log

* clean log
2024-08-27 10:35:10 +07:00
hiento09
c798e9b8e2
Chore upgrade cortex 0.5.0 (#3462)
* 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 <tominhhien97@gmail.com>
Co-authored-by: marknguyen1302 <nguyenvu1302.work@gmail.com>
2024-08-27 10:22:34 +07:00
Louis
4228b9ff9c
Merge pull request #3456 from janhq/fix/correct-time-weighted-retrieval-toggle
fix: correct time-weighted retrieval toggle
2024-08-26 20:21:09 +07:00
Louis
7fca45a56c
Merge pull request #3457 from janhq/fix/add-min-height-window
fix: add a minimum height for the main window otherwise it shrinks
2024-08-26 17:12:34 +07:00
Louis
c25d0ce45c
Merge pull request #3458 from janhq/chore/add-husky-pre-commit-hook
chore: add husky pre-commit
2024-08-26 17:12:21 +07:00
Faisal Amir
8317b9a458
fix: modal title should not truncated (#3450) 2024-08-26 16:11:32 +07:00
Louis
fe7138048f
fix: toggles alignment 2024-08-26 14:51:43 +07:00
Louis
bb889ef885
chore: add husky pre-commit
fix: test
2024-08-26 14:23:58 +07:00
Louis
674a6300f0
fix: eslint 2024-08-26 13:56:20 +07:00
Louis
44119e6ce3
fix: add a minimum height for the main window otherwise it shrinks 2024-08-26 13:51:50 +07:00
Louis
81fa0b80e8
fix: correct time-weighted retrieval toggle 2024-08-26 13:47:39 +07:00
Faisal Amir
6d33ff60f9
fix: responsive modal import model (#3449) 2024-08-26 11:54:31 +07:00
Louis
925cd04d20
chore: change jan default data folder path to app's userData (#3443)
* chore: change jan default data folder path to app's userData

* fix: legacy factory reset does not work properly

* chore: update jan data folder path on UI accordingly

* chore: change jan data folder to Jan/data
2024-08-23 19:21:24 +07:00