3618 Commits

Author SHA1 Message Date
Louis
e2d9533e79
Merge pull request #3847 from janhq/fix/correct-stop-token-llava-models
fix: correct eos token of llava models
2024-10-21 15:33:25 +07:00
Louis
4983247918
fix: correct eos token of llava models 2024-10-21 12:58:18 +07:00
Faisal Amir
d6891a5628
fix: api playground text overlap button and search hub model (#3833)
* fix: button api playground overlap button and search hub model

* fix: update overlap text responsive tab and conditional render GPU menu
2024-10-21 09:57:04 +07:00
hiento09
3df98b87a3
ci: migrate to github hosted runner (#3838)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-18 15:57:58 +07:00
Louis
f1ecdc4d5a
Merge pull request #3823 from janhq/chore/sync-main-to-dev-0.5.5
chore: sync main to dev 0.5.6
2024-10-17 18:26:10 +07:00
Louis
dc154687a5
Merge branch 'dev' into chore/sync-main-to-dev-0.5.5 2024-10-17 16:36:40 +07:00
hiento09
e7c5a398c4
ci: disable turbo cache (#3836)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-17 16:35:47 +07:00
Louis
eeecf26893
Merge branch 'main' into dev
# Conflicts:
#	web/containers/ModelDropdown/index.tsx
2024-10-17 10:42:20 +07:00
Faisal Amir
a2efa357fa
fix: enable scroll modal component (#3816) 2024-10-16 13:40:02 +07:00
Faisal Amir
02190c5cbd
fix: reset window state after disconnected from multi monitor (#3797) 2024-10-16 09:48:23 +07:00
Faisal Amir
19a60bc973
test: added more test inside containers component (#3765)
* test: wip several component under containers

* remoce checkbox test containers

* test: added more test to containers component
2024-10-16 09:45:28 +07:00
Faisal Amir
5e8a27b010
fix: issue ellipsis text on model selector and loader model start (#3802) 2024-10-15 12:57:37 +07:00
Faisal Amir
5d628a2748
feat: save instruction for new threads as a stable feature (#3798) 2024-10-15 00:22:58 +07:00
hiento09
87e33497ce
ci: Update jan-docs.yml (#3799) 2024-10-14 23:35:12 +07:00
Faisal Amir
944b813f45
fix: update base url edit page docs (#3795) 2024-10-14 15:13:12 +07:00
hiento09
f93deb6749
chore: move Jan Docs back into Jan Repo (#3790)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-14 10:07:16 +07:00
Louis
be8c4f8efa
Merge pull request #3763 from janhq/fix/3558-graceful-error-handling-model-import
fix: error handling for model imports should be handled gracefully
2024-10-04 16:20:42 +07:00
Louis
3f6843aa53
Merge pull request #3766 from janhq/hotfix/graceful-error-handling-model-import
hotfix: graceful error handling model import
v0.5.6
2024-10-04 15:05:46 +07:00
Louis
2c2f179e1d
fix: error handling for model imports should be handled gracefully 2024-10-04 14:14:09 +07:00
Faisal Amir
81110da8ea
fix: overlap text model selector and loading (#3757) 2024-10-03 20:19:07 +07:00
Louis
024992264f
fix: error handling for model imports should be handled gracefully 2024-10-03 19:44:52 +07:00
Faisal Amir
27c6ac6c8d
fix: overlap text model selector and loading (#3756) v0.5.5 2024-10-02 15:08:59 +07:00
Louis
0bc2f82ec0
Merge pull request #3751 from janhq/chore/add-new-models
chore: add llama3.2 and qwen2.5 models
2024-10-02 15:06:04 +07:00
Louis
db0997ffd4
Merge pull request #3747 from janhq/fix/system-monitoring-run-in-background
fix: Optimize resource watching
2024-10-02 15:00:20 +07:00
Louis
2122adf99f
Merge pull request #3750 from janhq/chore/add-new-models
chore: add llama3.2 and qwen2.5 models
2024-10-02 12:48:58 +07:00
Louis
6082959d17
chore: update models stop token 2024-10-02 11:46:42 +07:00
Louis
358d8f83f9
chore: add llama3.2 and qwen models 2024-10-02 11:36:55 +07:00
Louis
da5865f3b4
test: add test cases 2024-10-01 15:06:51 +07:00
Louis
b0b49f44f6
Merge pull request #3746 from janhq/dev
release: Jan Release Cut v0.5.5
2024-10-01 14:18:06 +07:00
Louis
6fdfe760e8
chore: add tests 2024-10-01 13:36:13 +07:00
Louis
080bef214b
fix: hide system monitoring bar should stop spawning subprocess 2024-10-01 13:09:17 +07:00
Louis
87e1754e3a
chore: improve models and threads caching (#3744)
* chore: managing and maintaining models and threads in the cache

* test: add tests for hooks
2024-10-01 10:15:30 +07:00
Faisal Amir
87a8bc7359
fix: xml not render correctly (#3743) 2024-09-30 15:30:02 +07:00
Louis
7c63914e64
fix: model dropdown should show recommended models to download (#3742) 2024-09-30 14:34:27 +07:00
Louis
ba1ddacde3
fix: correct model dropdown for local models (#3736)
* fix: correct model dropdown for local models

* fix: clean unused import

* test: add Model.atom and model.Engine tests
2024-09-30 11:58:55 +07:00
Louis
8334076047
fix: #3491 - Unable to use tensorrt-llm (#3741)
* fix: #3491 - Unable to use tensorrt-llm

* fix: abortModelDownload input type
2024-09-30 11:58:46 +07:00
hiento09
cf0a232001
ci: auto trigger jan docs ci for new release (#3734)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-09-26 15:45:39 +07:00
Louis
143f2f5c58
fix: wrong model download location when there is a mismatch model_id (#3733) 2024-09-26 12:43:34 +07:00
Louis
7f08f0fa79
fix: #3703 - Deepseek-Coder-33B-Instruct is incompatible (#3732) 2024-09-26 12:43:23 +07:00
Louis
f46ab45e0e
fix: #3727 LLM model download fail can still be used (#3731)
* fix: #3727 - LLM model download fail can still be used

* test: add tests

* test: fix path on Windows
2024-09-25 09:46:46 +07:00
Louis
dbc4bed40f
fix: #3673 - API responds with Request body is too large (#3729) 2024-09-24 20:26:06 +07:00
Faisal Amir
886b1cbc54
enhance: tabs component in model selection (#3730)
* ui: tabs-model-selection

* chore: updat tabs variant

* test: update test and render correct tab
2024-09-24 20:14:43 +07:00
Louis
acd3be3a2a
fix: #3698 - o1 preview models do not work with max_tokens (#3728) 2024-09-24 16:35:08 +07:00
Louis
36c1306390
fix: #3515 - The default assistant instructions are ignored (#3721) 2024-09-24 10:40:45 +07:00
Louis
6af17c6455
fix: #3513 - anthropic extension does not forward the system prompt (#3724) 2024-09-24 10:40:32 +07:00
Louis
c0b59ece4d
fix: #3558 wrong model metadata import or download from HuggingFace (#3725)
* fix: #3558 wrong model metadata import

* chore: remove redundant metadata retrieval
2024-09-24 10:07:53 +07:00
Louis
87c8fdf5ac
fix: the monorepo jest configs should not cover extensions - they would be moved to mini repositories soon (#3723) 2024-09-23 16:13:45 +07:00
Faisal Amir
15f42fb269
fix: toolbar overlap chat input (#3720) 2024-09-23 14:42:52 +07:00
Louis
aee8624338
fix: #3693 broken thread.json should not break the entire threads (#3709)
* fix: #3693 broken thread.json should not break the entire threads

* test: add tests
2024-09-23 14:20:01 +07:00
Louis
c5e0c93ab4
test: add missing tests (#3716) 2024-09-23 13:54:52 +07:00