4115 Commits

Author SHA1 Message Date
Louis
541a37b8f1
fix: 4171 - Model loading gets stuck on stop 2024-12-02 14:04:13 +07:00
Louis
a3849c4b55
Merge pull request #4174 from janhq/chore/experimental-ux-improvement
chore: refactor chat message components
2024-12-02 12:10:43 +07:00
Louis
fc75fb64d2
chore: refactor message container and types 2024-12-02 10:35:51 +07:00
Louis
e800349ed5
chore: clean console log 2024-12-02 09:57:29 +07:00
Louis
19feb9e506
chore: clean imports 2024-12-02 09:54:20 +07:00
Louis
0c8297d5c6
chore: refactor message components 2024-12-02 09:48:48 +07:00
Louis
4cdab2b98b
fix: prevent other DOM elements from rerendering when generating 2024-12-02 09:38:20 +07:00
Louis
b5d88f9aa7
Merge pull request #4166 from janhq/fix/improve-convo-render-performance-with-virtualizing
fix: high performance large convo rendering
2024-12-02 09:36:31 +07:00
Louis
23cd298de0
Merge pull request #4167 from janhq/fix/smooth-the-loader-animation
fix: smooth the loader animation
2024-12-02 09:35:21 +07:00
Louis
b335add0d5
Merge pull request #4168 from janhq/fix/glitch-theme-on-launch
fix: Glitch theme applies on launch
2024-12-02 09:33:59 +07:00
Louis
304ae4fbc8
test: update test case 2024-11-30 19:27:29 +07:00
Louis
339917c131
fix: Glitch theme applies on launch. 2024-11-30 19:04:49 +07:00
Louis
7b13384fd4
test: remove irrelevant test case 2024-11-30 17:53:57 +07:00
Louis
7ef6eae97a
fix: smooth the loader animation 2024-11-30 17:07:57 +07:00
Louis
6d7814fe24
chore: clean up 2024-11-30 16:52:38 +07:00
Louis
67721a45ee
fix: high performance convo rendering - virtualizing large convo 2024-11-30 16:34:24 +07:00
Louis
73d34ea69b
Merge pull request #4164 from janhq/chore/roadmap-template
Create roadmap.md
2024-11-30 14:31:26 +07:00
Louis
351236b16a
Merge pull request #3888 from px100/patch-1
Anthropic Model Updates
2024-11-30 14:29:54 +07:00
Louis
ecb39e41c5
Merge pull request #3843 from sharunkumar/more-groq-models
feat: add more Groq models
2024-11-30 13:48:17 +07:00
Louis
0f403ffd34
Merge branch 'dev' into patch-1 2024-11-30 13:43:27 +07:00
Louis
39cdbbaeb9
Merge pull request #4163 from janhq/fix/display-error-message-from-source
chore: display error message from response
2024-11-29 16:58:18 +07:00
Louis
226a2245ba
Merge pull request #4161 from janhq/chore/bump-cortex-cpp-1.0.4-rc3
chore: bump cortex 1.0.4-rc4
2024-11-29 16:58:05 +07:00
Louis
492ff1a7c9
test: correct test case 2024-11-29 16:52:39 +07:00
Gabrielle Ong
c3ab3e5203
Create roadmap.md
Roadmap template
2024-11-29 17:47:37 +08:00
Louis
79b29f7913
chore: display error message from response 2024-11-29 16:43:44 +07:00
Louis
b95fa0664c
chore: bump cortex cpp 1.0.4-rc4 2024-11-29 16:19:20 +07:00
Louis
e23cc166f7
Merge pull request #4009 from zwpaper/dev
docs: add tabby coding integration
2024-11-29 15:01:56 +07:00
Louis
e8558d8f77
chore: bump cortex 1.0.4-rc3 2024-11-29 13:45:21 +07:00
Louis
0f834a6b0d
Merge pull request #4159 from janhq/fix/correct-token-speed-calculating
fix: token speed should not be calculated based on state updates
2024-11-29 11:52:02 +07:00
Louis
a60022c3cc
Merge pull request #4160 from janhq/chore/bump-cortexcpp-and-llamacpp
chore: bump cortex.cpp and engine version
2024-11-29 11:51:41 +07:00
Louis
ed01db408a
chore: bump cortex.cpp and llama.cpp 2024-11-29 10:15:39 +07:00
Louis
7b1a1be74f
chore: token speed should not start by 1 - hide on non stream 2024-11-29 10:08:04 +07:00
Louis
0485134343
fix: token speed should not be calculated based on state updates 2024-11-29 09:34:38 +07:00
Louis
0c37be302c
Merge pull request #4156 from janhq/fix/remote-model
fix: remove filter on recommend model
2024-11-28 22:25:44 +07:00
Faisal Amir
9a3a8d1464 fix: remove filter on recommend model 2024-11-28 21:46:30 +07:00
Faisal Amir
8657e032a7
fix: scroll bottom when switch thread (#4152) 2024-11-28 20:01:30 +07:00
Louis
cd5e1ff4ed
Merge pull request #4150 from janhq/fix/performance-issue-on-chat-generation
fix: convo component re-render every single token yield
2024-11-28 14:16:33 +07:00
Faisal Amir
7bd59f0c84
fix: default local model from starter screen (#4151)
* fix: default local model starter screen

* chore: update logic recommend model

* chore: cleanup import
2024-11-28 13:49:20 +07:00
Louis
19c6a26ef5
fix: proper error message display 2024-11-28 13:23:03 +07:00
Louis
2e35b2f20d
fix: convo component re-render every single token yield 2024-11-28 12:51:58 +07:00
Louis
cd1a2746ce
Merge pull request #4146 from janhq/fix/app-rerender-issues
fix: app re-render issues caused by bad state handling
2024-11-27 23:34:50 +07:00
Louis
3a68f29c0f
fix: app re-render issues caused by bad state handling 2024-11-27 22:48:41 +07:00
Faisal Amir
eb3669e0a8
fix: handle case stop word too long (#4145) 2024-11-27 21:38:38 +07:00
Faisal Amir
1a824f0162
chore: update latex language for rehype-highlight (#4144) 2024-11-27 20:52:29 +07:00
Louis
8642588694
Merge pull request #4141 from janhq/fix/wrong-component-wrapping-cause-excessive-app-rerender
fix: wrong component wrapping and state handling cause excessive app re-render
2024-11-27 20:10:54 +07:00
Louis
43643fb079
Merge pull request #4139 from janhq/fix/factory-reset-does-not-restart-on-Linux
fix: 4098 - factory reset closes the app & never opens again on Linux
2024-11-27 19:01:35 +07:00
Louis
6d1d890fd0
test: correct test cases 2024-11-27 18:37:04 +07:00
Louis
eab19b30cf
fix: wrong component wrapping cause excessive app rerender 2024-11-27 18:11:57 +07:00
Louis
e0f1330e3a
test: fix test case 2024-11-27 17:01:04 +07:00
Louis
873dd41460
fix: 4098 - factory reset closes the app & never opens again on Linux 2024-11-27 15:27:59 +07:00