1692 Commits

Author SHA1 Message Date
Albert Nguyen
7eeb1c4a39
chore: Update README.md (#1263)
Updated steps to prepare for contributing
2023-12-31 11:36:16 +07:00
Service Account
26e51fddac janhq/jan: Update README.md with nightly build artifact URL 2023-12-30 20:18:43 +00:00
Faisal Amir
bd85febe3d
fix: enable command enter on dialog confirmation clean thread (#1261) 2023-12-30 21:45:08 +07:00
Louis
8757d4d086
fix: input message duplicated due with some input sources (#1259) 2023-12-30 10:04:12 +07:00
Service Account
75ad4462dc janhq/jan: Update README.md with nightly build artifact URL 2023-12-29 20:17:37 +00:00
Service Account
0469e5f73b janhq/jan: Update README.md with nightly build artifact URL 2023-12-29 15:41:30 +00:00
Hieu
1e8e06feca
feat: update posthog configuration (#1258)
feat: update posthog configuration
2023-12-29 21:42:32 +07:00
Ho Duc Hieu
7d9b3e26a6 fix: change properties name 2023-12-29 21:32:16 +07:00
Ho Duc Hieu
22f6caa8cd feat: update posthog configuration 2023-12-29 20:52:24 +07:00
Ho Duc Hieu
234aa68cb9 feat: update posthog configuration 2023-12-29 20:41:25 +07:00
Service Account
c621024a68 janhq/jan: Update README.md with nightly build artifact URL 2023-12-29 11:49:22 +00:00
Hoang Ha
b249639bac
Merge pull request #1213 from janhq/add/model-list
Adding new model to the Hub
2023-12-29 18:34:37 +07:00
Hoang Ha
f68909bb20
Merge branch 'main' into add/model-list 2023-12-29 18:34:24 +07:00
Service Account
8b20f230c5 janhq/jan: Update README.md with nightly build artifact URL 2023-12-29 10:07:34 +00:00
Louis
54750ed315
fix: mac users should not see GPU settings (#1255) 2023-12-29 16:45:40 +07:00
Louis
a9579a3cbd
fix: remove redundant gpu detection prompt event (#1254) 2023-12-29 16:37:34 +07:00
Service Account
28f8832950 janhq/jan: Update README.md with nightly build artifact URL 2023-12-29 09:27:43 +00:00
hahuyhoang411
eb463e68c0 fix(codeninja): update the description 2023-12-29 16:25:03 +07:00
Hoang Ha
d99fc186b9
Merge branch 'main' into add/model-list 2023-12-29 16:23:48 +07:00
Louis
850a42cfb0
fix: engine settings GUI - feature toggle (#1252)
## Description
This feature is not fully implemented.
Blocking issues: #1250
2023-12-29 16:10:10 +07:00
hiento09
1ec8174700
Feature GPU detection for Jan on Windows and Linux (#1242)
* Add js function to generate gpu and cuda detection

* inference nitro manage via json file instead of bash and bat script

* Add /usr/lib/x86_64-linux-gnu/ to linux check gpu

* chore: add CPU - GPU toggle

* correct file path

* fix: exist file sync check

* fix: get resources path

* Fix error jan/engines create existed error

* Seting sync to file

* Fix error show notification for GPU

* Set notify default to true

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: Louis <louis@jan.ai>
2023-12-29 15:56:36 +07:00
0xSage
19f583c079
docs: Update README.md (#1248)
* docs: Update README.md

* docs: add gif
2023-12-29 11:30:16 +07:00
Service Account
c6186e9ce0 janhq/jan: Update README.md with nightly build artifact URL 2023-12-28 20:21:19 +00:00
hahuyhoang411
281e1cd2ce fix(stealth): delete state and update to v1.2 2023-12-28 18:41:18 +07:00
hahuyhoang411
7fb2a60bca fix(package.json): update version to 1.0.17 2023-12-28 18:35:34 +07:00
Hoang Ha
a2a81e9639
Merge branch 'main' into add/model-list 2023-12-28 18:34:02 +07:00
Louis
5250061c11
feat: Jan Server, API and decoupled clients (#948)
* chore: expose fs apis

* chore: correct electron import path

* update download api

Signed-off-by: James <james@jan.ai>

* update chat_completion

Signed-off-by: James <james@jan.ai>

* fix electron import

Signed-off-by: James <james@jan.ai>

* feat: adding API support at 1337 (#991)

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>

* feat: Add /chat/completion api and handler

* chore: add todo for modelList

* chore: read engine.json for openai chat_completion (#1030)

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>

* refactor: move routes to shared node module

* refactor: exported modules from core with types (#1172)

* refactor: exported modules from core with types

* fix: fix file reading args

* refactor: fileManager handles

* fix: app issues with server refactoring

* refactor: shared server module (#1210)

* chore: resolve main

* chore: update makefile

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: NamH <NamNh0122@gmail.com>
Co-authored-by: hiro <vuonghoainam.work@gmail.com>
2023-12-28 17:57:39 +07:00
hiento09
cfbc5674fe
Remove un-use resource checking to free ram on windows - monitor extension (#1241)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-12-28 15:34:11 +07:00
Louis
7feaf9694d
feat: Deprecate model.json ready state in favor of .download ext (#1238)
* feat: Deprecate model.json ready state in favor of .download ext

* refactor: resolve ts ignore

* chore: fix warning

* fix: path polyfill on Windows
2023-12-28 14:06:13 +07:00
NamH
cbc63da831
fix: #1183 Reveal in finder does not work on windows (#1239)
* fix(OpenFile): #1183 reveal in finder does not work on windows

Signed-off-by: James <james@jan.ai>
---------

Signed-off-by: James <james@jan.ai>
2023-12-28 13:00:20 +07:00
Hoang Ha
975f187933
Merge branch 'main' into add/model-list 2023-12-28 11:41:42 +07:00
NamH
c580b4c848
feat: add engine settings (#1199)
* feat: add engine settings

Signed-off-by: James <james@jan.ai>
---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: Louis <louis@jan.ai>
2023-12-28 09:11:37 +07:00
Service Account
2df43e91ef janhq/jan: Update README.md with nightly build artifact URL 2023-12-27 20:16:52 +00:00
Faisal Amir
959bae3419 fix: remove delay tooltip and click event 2023-12-27 22:32:56 +07:00
Faisal Amir
7c1d1efd4e
fix: enable enter command on dialog confirmation delete thread (#1218)
* fix: enable enter command on dialog confirmation delete thread

* fix: update copy delete thread dialog confirmation
2023-12-27 15:38:04 +07:00
Louis
85641741cf
fix: Cleared thread last message is not updated (#1225)
When a user clears the conversation in a thread, the last message displayed was still the old one. This led to confusion about whether or not the user had successfully cleared the conversation.
2023-12-27 15:35:36 +07:00
Louis
a7f186cc5e
feat: users should be able to switch models mid-thread (#1226)
## Problem
Right now users have to start a new thread to use another model which causes a lot of confusion to our users.

fixes #1201
2023-12-27 15:35:27 +07:00
Hieu
150af523e1
docs: improve 02-import-manually (#1222)
docs: improve 02-import-manually (#1222)
2023-12-27 17:22:13 +09:00
Ho Duc Hieu
ba42e4a1ef docs: finalize structure 2023-12-27 15:18:36 +07:00
Hieu
3639587869
Merge branch 'main' into docs/improve-models-manually 2023-12-27 17:04:57 +09:00
0xSage
debc391c59
chore: Update issue templates (#1229) 2023-12-27 12:56:35 +07:00
Service Account
ba3cd032c5 janhq/jan: Update README.md with nightly build artifact URL 2023-12-26 20:16:18 +00:00
Ho Duc Hieu
0faebaa77d docs: improve sounds 2023-12-27 03:11:12 +09:00
Ho Duc Hieu
fbaaa1c57b docs: fix typo 2023-12-27 01:04:37 +09:00
Ho Duc Hieu
17eb0ba179 docs: improve 02-import-manually 2023-12-27 00:42:08 +09:00
hahuyhoang411
4e5297bebc add(codeninja): add new top coding model 2023-12-26 21:30:26 +07:00
Hoang Ha
a5ddb9470a
Merge branch 'main' into add/model-list 2023-12-26 21:15:06 +07:00
Hieu
acbd35666c
docs: Update 02-import-manually.mdx (#1197)
docs: Update 02-import-manually.mdx
2023-12-26 22:25:31 +09:00
Service Account
9a882b1b3e janhq/jan: Update README.md with nightly build artifact URL 2023-12-26 13:15:48 +00:00
hiento09
d4b4540505
add sleep 500ms if platform is windows (#1215)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-12-26 19:15:38 +07:00