3865 Commits

Author SHA1 Message Date
Louis
5cb4b64383
Merge pull request #3991 from janhq/fix/inconsistent-model-dropdown-list
fix: inconsistent model dropdown list and my models
2024-11-11 14:26:05 +07:00
Louis
4618dea029
fix: inconsistent model dropdown list and my models 2024-11-11 14:02:05 +07:00
Louis
4cd0208bb9
Merge pull request #3989 from janhq/fix/windows-import-name-issue
fix: Model import name and ID are incorrect on Windows
2024-11-11 12:29:55 +07:00
Louis
e636bc5bd0
fix: react-dropzone new version is broken 2024-11-11 12:08:52 +07:00
Louis
9530c695d3
chore: lint fix 2024-11-11 11:47:04 +07:00
Louis
67aa89c948 fix: run mode takes effect immediately 2024-11-11 10:53:35 +07:00
Louis
19879ef279 fix: model import name and id is wrong on Windows 2024-11-11 10:30:22 +07:00
Faisal Amir
244d3d10dc
fix: edge cases highlight codeblock (#3984) 2024-11-10 17:57:49 +07:00
Louis
1643b9dd86
Merge pull request #3983 from janhq/fix/maintain-model-settings-allow-modelyml-editing
fix: migrate model settings and parameters but still allow model.yml editing
2024-11-10 17:55:44 +07:00
Louis
8378e0d062
Merge pull request #3982 from janhq/chore/jan-api-proxies-to-cortex
chore: proxies Jan APIs to cortex.cpp
2024-11-09 13:37:02 +07:00
Louis
848f9c5eed
fix: migrate model settings and parameters but still allow model.yml editing 2024-11-09 12:54:06 +07:00
Louis
487fd27912
test: remove outdated test 2024-11-09 12:21:51 +07:00
Louis
b877e84f4e
Merge pull request #3980 from janhq/chore/bump-cortex-1.0.2
chore: bump to latest release
2024-11-08 18:19:32 +07:00
Louis
4a414bf5e9
chore: proxy all /models methods to cortex.cpp 2024-11-08 18:16:09 +07:00
Louis
81015bab3c
chore: clean nitro stuffs 2024-11-08 18:03:37 +07:00
Louis
60235a4078
chore: proxies Jan APIs to cortex.cpp 2024-11-08 17:59:09 +07:00
Faisal Amir
731d42863c
fix: aligment stop model btn system monitor (#3981) 2024-11-08 17:50:56 +07:00
Louis
f3802bff04
chore: bump to latest release 2024-11-08 17:01:29 +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
ebad6c3e93
fix: correct chat input cursor behavior when content is scrollable (#3979) 2024-11-08 16:32:42 +07:00
Faisal Amir
387f140ba8
chore: add cortex log into modal troubleshoot (#3978) 2024-11-08 16:32:27 +07:00
Louis
43d0e272ed
fix: should maintain legacy jan model parameters 2024-11-08 16:19:13 +07:00
Louis
9ddd26d952
chore: maintain model.json settings - cortex.cpp might extract a wrong prompt template 2024-11-08 15:50:15 +07:00
hiento09
102d8b08c1
chore: enable notification nightly (#3963)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-11-08 14:24:02 +07:00
Louis
9d57ecd6f3
chore: retrieves the exact model running status upon message error 2024-11-08 13:38:34 +07:00
Faisal Amir
5271c9f75c
fix: ux edit message and copy api_key (#3975) 2024-11-08 08:56:15 +07:00
Faisal Amir
766a4e8e8a
fix: right panel bg joi-dark and remove n_pararell params (#3970) 2024-11-07 16:47:50 +07:00
Faisal Amir
8d4734cb8a
fix: handle edge cases syntax highlight (#3969) 2024-11-07 16:08:56 +07:00
Louis
fb1fcc573f
Merge pull request #3966 from janhq/fix/add-llamacpp-engine-path-to-export-env
fix: export PATH env to engine destination folder to have additional dlls scoped
2024-11-07 15:50:17 +07:00
Louis
0847b32e87
fix: an edge case when start a model with relative model path 2024-11-07 14:29:27 +07:00
Louis
a773e169fc
fix: an edge case where auto import does not work with relative model file path 2024-11-07 14:26:41 +07:00
Faisal Amir
77034c4749
fix: starter screen text alignment and missing model size (#3968) 2024-11-07 14:18:18 +07:00
Louis
2e9b7fdad2
chore: add import name for legacy models 2024-11-07 13:34:09 +07:00
Faisal Amir
b519c0814f
fix: codeblock responsive push right panel (#3967) 2024-11-07 13:11:55 +07:00
Faisal Amir
14d486f299
fix: remove click outside system monitor panel (#3965) 2024-11-07 13:05:06 +07:00
Faisal Amir
8090a7be24
fix: make input clickable for copying instead of just the copy icon (#3964) 2024-11-07 13:04:39 +07:00
Louis
40019892b8
chore: correct name of bin subfolders to move dll properly 2024-11-07 13:01:34 +07:00
Louis
ced44973b8 chore: queue server start and model load 2024-11-07 12:06:46 +07:00
Louis
e41bcffcef
fix: export PATH env to engine destination folder to have additional dlls scoped 2024-11-07 10:10:05 +07:00
Louis
0e653793eb
Merge pull request #3961 from janhq/chore/support-customized-openai-model-json
chore: support customized OpenAI model.json
2024-11-06 17:29:57 +07:00
hiento09
d9504b6152
chore: revert change app name (#3962)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-11-06 17:24:20 +07:00
Louis
264720c71a
chore: support customized OpenAI model.json 2024-11-06 16:46:27 +07:00
Louis
a82c701087
Merge pull request #3821 from janhq/feat/path-to-cortexcpp
feat: Jan Integrates Cortex.cpp as Provider
2024-11-06 15:45:48 +07:00
Louis
c92b809883
Merge branch 'dev' into feat/path-to-cortexcpp 2024-11-06 13:55:27 +07:00
Faisal Amir
0154199161
fix: text alignment on import model dialog (#3958) 2024-11-06 13:41:49 +07:00
Faisal Amir
1f46c82ff7
fix: remove tooltip and update text color modelid API server page (#3959) 2024-11-06 13:41:16 +07:00
Louis
d0eb91fcd4
Merge pull request #3960 from janhq/fix/dangling-process-on-reset
chore: clean dangling process on exit and relaunch
2024-11-06 13:39:10 +07:00
Louis
56e35df84d
chore: clean dangling process on exit and relaunch 2024-11-06 13:34:11 +07:00
Faisal Amir
4445abfa05
fix: update themes migrations (#3957) 2024-11-06 13:34:01 +07:00