324 Commits

Author SHA1 Message Date
Louis
a720affd93
fix: thread reset state 2024-12-26 19:12:10 +07:00
Louis
5931dbede3
fix: send message button state reset on stop 2024-12-26 19:06:24 +07:00
Louis
b28cac7083
fix: render performance while generating messages (#4328) 2024-12-23 21:04:37 +07:00
Louis
df1c465fd9
fix: app picks model automatically edge cases (#4322) 2024-12-23 15:52:18 +07:00
Louis
9c4dcd38a8
fix: update thread's title edge cases (#4320) 2024-12-23 15:24:02 +07:00
Louis
1f4c00dc41
fix: change theme settings do not work after relocated data folder (#4317) 2024-12-23 13:09:26 +07:00
Louis
24222679fb
fix: cleaning a thread should just clear out messages (#4316)
* fix: cleaning a thread should just clear out messages

* chore: clean up
2024-12-23 12:35:30 +07:00
Louis
4e43f9798d
fix: fetch threads and messages without limiting (#4304)
* fix: threads and messages are cutoff

* fix: threads sorting

* chore: bump cortex latest release and app version
2024-12-20 17:55:23 +07:00
Louis
11f4f20120
fix: thread error handling 2024-12-20 16:34:54 +07:00
Louis
a1ea94aeca
fix: attach file information into message metadata for a quick retrieval (#4298) 2024-12-19 22:01:13 +07:00
Louis
4489af6ad9
chore: deprecate Jan core's REST module - all API requests go to cortex.cpp (#4297) 2024-12-19 21:37:37 +07:00
Faisal Amir
0271774773
enhancement: set recommend model to undefined if no model available (#4296)
* enhancement: set recommend model to undefined if not lastUsedModel

* chore: update logic
2024-12-19 14:14:42 +07:00
Louis
9c5bda758d
Merge pull request #4294 from janhq/fix/context-length-is-reset-on-thread-create
fix: context length is reset while creating a new thread
2024-12-19 10:02:13 +07:00
Louis
b14c09dc00
fix: context length is reset while creating a new thread 2024-12-18 17:41:37 +07:00
Faisal Amir
7d07e995ab
feat: handle case thread when original model deleted (#4280) 2024-12-18 18:37:26 +08:00
Louis
8613e35c15
fix: timestamp issue 2024-12-17 17:12:03 +07:00
Louis
66e37d80d6
fix: attachment preview issue 2024-12-17 16:07:11 +07:00
Louis
8cc24df902
chore: clean up 2024-12-16 20:48:10 +07:00
Louis
bb106eba01
fix: image and attachments 2024-12-16 17:27:06 +07:00
Louis
5a4c5eee83
Merge branch 'dev' into feat/threads-messages-requests-to-backend 2024-12-13 13:12:57 +07:00
Louis
f6ba447f1b
test: update test cases 2024-12-12 16:38:56 +07:00
Louis
174f1c7dcb
feat: reroute threads and messages requests to the backend 2024-12-12 16:38:55 +07:00
Louis
aac2216aef
fix: 4238 - fix default max_tokens set on remote models 2024-12-12 13:20:39 +07:00
Louis
fe190658c1
fix: 4209 - Inconsistent max tokens value persistence 2024-12-04 12:31:40 +07:00
Louis
7f8517afc5
fix: 4165 - Refactor message builder to avoid sending empty messages 2024-12-03 15:16:48 +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
0485134343
fix: token speed should not be calculated based on state updates 2024-11-29 09:34:38 +07:00
Faisal Amir
9a3a8d1464 fix: remove filter on recommend model 2024-11-28 21:46:30 +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
3a68f29c0f
fix: app re-render issues caused by bad state handling 2024-11-27 22:48:41 +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
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
Louis
614cf7774f
fix: 4086 - editing message should not send follow-up messages 2024-11-25 17:31:05 +07:00
Faisal Amir
dd308db17b
fix: auto select model when finished download from starter screen (#4083) 2024-11-22 12:52:37 +07:00
Louis
f709c7723f
fix: factory reset hang on wiping data 2024-11-21 23:10:48 +07:00
Louis
73007b49fa
chore: lint fix 2024-11-21 17:14:31 +07:00
Louis
f74994a735 fix: tensorrt-llm model list 2024-11-21 16:58:15 +07:00
Louis
55ad2f3931
fix: fix empty string in gpus_in_use settings to select the correct variant 2024-11-21 14:09:21 +07:00
Louis
8bd0f3da21
fix: inconsistent error handling 2024-11-19 23:18:52 +07:00
Louis
52c520d2c3
fix: app does not relaunch on Linux - add tests 2024-11-19 19:43:12 +07:00
Louis
28add39a51
chore: add model pull options - correct url path 2024-11-19 16:39:23 +07:00
Louis
363008d37f
fix: model import edge cases 2024-11-19 11:44:19 +07:00
Louis
7a084b6589
Merge pull request #4040 from janhq/fix/rerender-component
chore: refactor rerender components
2024-11-18 20:55:22 +07:00
Louis
5c5239097d
chore: update test 2024-11-18 19:53:03 +07:00
Louis
e9fd7f4554
fix: models load 2024-11-18 18:22:09 +07:00
Faisal Amir
b8e521164b chore: remove conditional on dataloader 2024-11-18 16:48:27 +07:00