Louis
848f9c5eed
fix: migrate model settings and parameters but still allow model.yml editing
2024-11-09 12:54:06 +07:00
Faisal Amir
731d42863c
fix: aligment stop model btn system monitor ( #3981 )
2024-11-08 17:50:56 +07:00
Faisal Amir
5bac278be4
fix: update copy error message ( #3977 )
...
* fix: update copy error message
* chore: copy nits
2024-11-08 16:42:54 +07:00
Louis
1dc2b4d9ef
Merge pull request #3976 from janhq/chore/should-keep-model-running-on-message-error
...
chore: retrieves the exact model running status upon message error
2024-11-08 16:42:26 +07:00
Faisal Amir
387f140ba8
chore: add cortex log into modal troubleshoot ( #3978 )
2024-11-08 16:32:27 +07:00
Louis
9d57ecd6f3
chore: retrieves the exact model running status upon message error
2024-11-08 13:38:34 +07:00
Faisal Amir
14d486f299
fix: remove click outside system monitor panel ( #3965 )
2024-11-07 13:05:06 +07:00
Louis
24b7d64efc
Merge branch 'dev' into feat/path-to-cortexcpp
2024-11-06 11:56:38 +07:00
Faisal Amir
ff123d50f2
ui: remove generation interrupted message ( #3949 )
2024-11-06 10:17:39 +07:00
Louis
964269dc46
fix: 3911 - inconsistent between download progress and model hub
2024-11-06 09:20:54 +07:00
Faisal Amir
92906ea2fa
ui: system monitor should not cover input box ( #3942 )
2024-11-04 20:36:25 +07:00
Louis
2a0d87a393
fix: inconsistent models from dropdown and hub
2024-11-04 15:37:20 +07:00
Louis
8c759676d9
chore: fix responsible issue when importing models (cortex.cpp does not support download in parallel yet)
2024-11-04 15:37:20 +07:00
Louis
83edc1fbc7
chore: linter and test
2024-11-04 15:37:19 +07:00
Louis
a466bbca38
chore: update legacy tensorrt-llm download and run
2024-11-04 15:37:19 +07:00
Louis
3643c8866e
fix: correct model settings on startup and strip down irrelevant model parameters
2024-11-04 15:37:18 +07:00
Louis
90c7420c34
chore: add comments and clean unused imports
2024-11-04 15:37:18 +07:00
Louis
8f778ee90f
feat: app supports cortex.cpp model downloader and legacy downloader - maintain legacy JSON models
2024-11-04 15:37:18 +07:00
Louis
8ccbb56f95
chore: unload model on message error - so users can attempt to start
2024-11-04 15:37:16 +07:00
Louis
40957f7686
fix: model reload state - reduce model unload events emit
2024-11-04 15:37:15 +07:00
Louis
03e15fb70f
feat: sync model hub and download progress from cortex.cpp
2024-11-04 15:37:14 +07:00
Louis
f44f291bd8
chore: download progress finished should reload model list
2024-11-04 15:37:13 +07:00
Louis
4080dc4b65
feat: model and cortex extensions update
2024-11-04 15:37:12 +07:00
Faisal Amir
c6481d4668
ui: remove redundant animation ( #3938 )
2024-11-04 14:57:22 +07:00
Faisal Amir
7a24e2d325
ui: minor update list model running system monitor ( #3919 )
2024-11-01 17:55:15 +07:00
Faisal Amir
6ca6ee3fb8
feat: expand the clickable areas ribbon panel ( #3917 )
2024-11-01 17:55:00 +07:00
Faisal Amir
9867634b5a
feat: support markdown on user message ( #3848 )
...
* feat: enable render markdown for user message
* wip: slate
* style: update style rich text editor
* chore: finalize richText editor
* chore: fix model dropdown selector
* chore: fix change format file syntax highlight
* chore: fix missing element during the test
* fix: adjust onPrompChange include on fake textarea
2024-10-22 15:44:34 +07:00
Faisal Amir
6b4e556a7a
fix: context-lenght-value ( #3854 )
2024-10-21 22:20:10 +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
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
81110da8ea
fix: overlap text model selector and loading ( #3757 )
2024-10-03 20:19:07 +07:00
Faisal Amir
27c6ac6c8d
fix: overlap text model selector and loading ( #3756 )
2024-10-02 15:08:59 +07:00
Louis
da5865f3b4
test: add test cases
2024-10-01 15:06:51 +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
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
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
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
Faisal Amir
9471481e33
fix: thread title for remote model from first prompt ( #3712 )
...
* fix: generate title using first prompt for remote model
* fix: disable react-hooks/exhaustive-deps
2024-09-20 18:15:06 +07:00
Louis
302b73ae73
test: add web helpers, services, utils tests ( #3669 )
...
* test: add web helpers tests
* fix: coverage report
* test: add more tests
* test: add more generated tests
* chore: add more tests
* test: add more tests
2024-09-20 14:24:51 +07:00
Faisal Amir
194093d95d
fix: update the condition for generating the title ( #3702 )
2024-09-20 10:06:20 +07:00
Nicole Zhu
17be901d1a
Merge pull request #3694 from janhq/copyfix
...
chore: Copyfix
2024-09-19 11:32:47 +08:00
Faisal Amir
ba3c07eba8
feat: textarea auto resize ( #3695 )
...
* feat: improve textarea user experience with autoresize
* chore: remove log
* chore: update test
* chore: update test and cleanup logic useEffect
2024-09-19 10:10:30 +07:00
Nicole Zhu
338232b173
Merge branch 'dev' into copyfix
2024-09-18 17:03:11 +08:00
0xSage
3949515c8a
chore: copy nits
2024-09-18 17:02:41 +08:00
Faisal Amir
c62b6e9842
fix: small leftover issues with new starter screen ( #3661 )
...
* fix: fix duplicate render progress component
* fix: minor ui issue
* chore: add manual recommend model
* chore: make button create thread invisible
* chore: fix conflict
* chore: remove selector create thread icon
* test: added unit test thread screen
2024-09-17 22:13:18 +07:00
Louis
8e603bd5db
fix : #3476 - Mismatch id between model json and path ( #3645 )
...
* fix: mismatch between model json and path
* chore: revert preserve model settings
* test: add tests
2024-09-17 16:43:47 +07:00
Louis
c3cb192486
fix : #3667 - The recommended label should be hidden ( #3687 )
2024-09-17 16:09:38 +07:00