2659 Commits

Author SHA1 Message Date
Hieu
8c5ba268fb
Merge pull request #1759 from team-dev-docs/devcontainer
adds devcontainer
2024-01-26 01:11:20 +09:00
hieu-jan
4e3f1a522e docs: add additional reasons to somethings amiss 2024-01-26 01:09:24 +09:00
Hieu
dd5d4aecc1
Merge branch 'docs' into update-api-reference 2024-01-26 00:52:27 +09:00
Service Account
e8796a7ad8 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 15:43:16 +00:00
Service Account
a78e183eeb janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 15:36:30 +00:00
NamH
b2ff76ce80
fix: app log not being printed (#1790)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-25 22:29:27 +07:00
Louis
7ed523e183
fix: api settings are not applied on changes (#1789) 2024-01-25 22:19:28 +07:00
Hieu
439a02b38d
Merge branch 'docs' into update-installation-user-and-developer-guide 2024-01-26 00:16:35 +09:00
Hieu
ec479137ae
docs: update 06-unexpected-token.mdx (#1786)
docs: update 06-unexpected-token.mdx
2024-01-26 00:05:11 +09:00
hiento09
49670a84c3
Update 06-unexpected-token.mdx 2024-01-25 21:49:44 +07:00
copyhold
b2b1479fc3 Added focus 2024-01-25 16:38:32 +02:00
hiento09
f4bf8badc8
Merge pull request #1783 from janhq/chore/cherrypick-docs-ci
Docs publish to github page trigger on push to docs branch
2024-01-25 21:27:39 +07:00
hiento09
f0e88d6213 Docs publish to github page trigger on push to docs branch (#1782)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-01-25 21:20:59 +07:00
hiento09
837fa8a82d
Docs publish to github page trigger on push to docs branch (#1782)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-01-25 21:18:45 +07:00
Service Account
b291b3da71 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 13:12:20 +00:00
Louis
c2310ed030
fix: could not delete model (#1779) 2024-01-25 19:52:54 +07:00
Service Account
75f32614e7 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 11:27:46 +00:00
Louis
917d69db37
fix: can not start model when server is not enabled from model settings page (#1774) 2024-01-25 18:11:31 +07:00
Service Account
01fcfb7097 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 10:35:24 +00:00
Faisal Amir
d779c81483
Merge pull request #1772 from janhq/regression/fix-input-port
regression fix: input port not accept alphabets
2024-01-25 17:16:10 +07:00
Faisal Amir
b9584db826 fix: input port local server not accepted alphabets 2024-01-25 16:56:29 +07:00
Service Account
dea35dad9e janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 09:18:42 +00:00
NamH
acc774dc80
fix(Wording): #1758 correct text for windows (#1768)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-25 16:02:01 +07:00
NamH
7f55c1bed1
fix(Log): server log is not display in windows (#1764)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-25 15:58:45 +07:00
hiento09
1b49c76ea8
Merge pull request #1769 from janhq/regression/fix-ci-run-failed
Correct bash script syntax in ci
2024-01-25 15:49:23 +07:00
Hien To
023ab04e94 Correct bash script syntax in ci 2024-01-25 15:42:54 +07:00
hiento09
c752e71f8c
Merge pull request #1767 from janhq/regression/combine-ci-pre-release-and-nightly
Combine 2 ci pipeline pre-release and nightly into one
2024-01-25 15:34:31 +07:00
Hien To
8e28c2a43d Add ignore trigger pre-release to main for docs and README.md 2024-01-25 14:57:54 +07:00
Hien To
f73e7388e2 Combine 2 ci pipeline pre-release and nightly into one for correcting build number nightly 2024-01-25 14:53:44 +07:00
Louis
0e48be67e8
feat: support multiple model binaries (#1659)
* feat: Support multiple model binaries

* fix: Update downloadModel with multiple binaries handler

* feat: Add 3 models with multiple binaries

* chore: fix model download

* fix: model file lookup & model path

* chore: add .prettierrc

* chore: refactor docs

* chore: bump model version

* fix(capybara): add filename

* fix(codeninja): add file name + llama model path

* fix(default): add llama model path

* fix(deepseek coder): add filename

* fix(deepseek 33B): add filename

* fix(dolphin mixtral): add filename

* fix(llama2-chat): add filename

* fix(llama2-70B): add filename

* fix(mistral 7b): add filename + model path

* fix(bakllava): correct size model

* fix(llava-7b): correct size model

* fix(llava-13b): correct size model

* fix(mixtral-8x7b): add file name + modelpath

* fix(noramaid-7b): add file name + modelpath

* fix(openchat-7b): add file name + modelpath

* fix(openhermes-7b): add file name + modelpath

* fix(phi2-3b): add file name + modelpath

* fix(phind): add file name + modelpath

* fix(solarslerp): add file name + modelpath

* fix(starling): add file name + modelpath

* fix(stealth): add file name + modelpath

* fix(tinyllama): add file name + modelpath

* fix(trinity): add file name + modelpath

* fix(tulu): add file name + modelpath

* fix(wizardcoder): add file name + modelpath

* fix(yi): add file name + modelpath

* update from source -> sources

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

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: hiro <vuonghoainam.work@gmail.com>
Co-authored-by: hahuyhoang411 <hahuyhoanghhh41@gmail.com>
Co-authored-by: James <james@jan.ai>
2024-01-25 14:05:33 +07:00
Service Account
3b8e2c5585 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 06:39:28 +00:00
avb-is-me
045e544007 adds devcontainer 2024-01-25 06:14:47 +00:00
Service Account
0f3c0e34e4 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 05:02:59 +00:00
hiento09
9f71ec2dd7
Merge pull request #1757 from janhq/hotfix/ci-pre-release-trigger-failed
Hotfix CI pre-release not trigger
2024-01-25 11:46:14 +07:00
Hien To
79049eeefb Remove paths trigger for pre-release ci 2024-01-25 11:46:01 +07:00
Louis
44053a6f26
Merge pull request #1756 from janhq/regression/add-back-open-app-data-folder
fix: bring back open app directory
2024-01-25 11:43:18 +07:00
Service Account
760cdd29d2 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 04:39:01 +00:00
Louis
5f65d007d9 fix: bring back open app directory 2024-01-25 11:27:51 +07:00
Louis
736ea8fc31
Merge pull request #1752 from janhq/dev
Release Cut v0.4.5
2024-01-25 11:14:43 +07:00
hiro
68ba0de0d8
Merge pull request #1754 from janhq/chore/bump_nitro_0_2_12
chore(nitro): 0.2.11 -> 0.2.12
2024-01-25 10:40:09 +07:00
hiro
410c6f9a57 chore(nitro): 0.2.11 -> 0.2.12 2024-01-25 10:20:47 +07:00
Service Account
429aeb9988 Resolve merge confict 2024-01-25 10:11:39 +07:00
Service Account
a93127087c janhq/jan: Update README.md with nightly build artifact URL 2024-01-24 20:18:34 +00:00
Faisal Amir
6ba48bc1e3
feat: update UI allow user change folder (#1738)
* feat: wip ui jan folder setting

* change input disabled

* finished change directory jan folder

* fix overlap value input current path folder

* make app reload to latest page

* fix: add experimental feature toggle til the next release

---------

Co-authored-by: Louis <louis@jan.ai>
2024-01-24 22:13:58 +07:00
Faisal Amir
1b794b5337
fix: input port have range validation (#1741)
* fix port cannot be empty and have range validation

* fix: do not allow user to start server with blank port config (after navigating back)

* fix: thread disable button color

---------

Co-authored-by: Louis <louis@jan.ai>
2024-01-24 21:33:45 +07:00
Service Account
7401f3d798 janhq/jan: Update README.md with nightly build artifact URL 2024-01-24 05:58:20 +00:00
hiento09
e7f82c678c
Remove error condition trigger jobs (#1736)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-01-24 10:58:04 +07:00
Hieu
8282406626
Merge branch 'dev' into docs/api-reference 2024-01-24 11:37:47 +09:00
hieu-jan
64cabe3d56 chore: lint .yaml 2024-01-24 11:37:08 +09:00
Louis
2be8132b0c chore: add pre-commit hook - prettier 2024-01-24 09:32:24 +07:00