2850 Commits

Author SHA1 Message Date
Henry
0b815b78ed
feat: Add SEO header tag with OpenAI GPT-4 (#2420)
feat: Add SEO header tag with OpenAI GPT-4
2024-03-19 14:35:27 +09:00
Henry
1df2812b96
Merge branch 'dev' into feat/doc_seo_meta 2024-03-19 14:26:47 +09:00
Louis
489e8aab24
Sync release 0.4.9 to dev (#2407)
* fix: move tensorrt executable to engine (#2400)

* fix: move tensorrt executable to engine

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

* some update

Signed-off-by: hiro <hiro@jan.ai>

* chore: bump tensorrt version

* fix: wrong destroy path

* fix: install extensions in parallel

* chore: update path for tensorrt engine (#2404)

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

---------

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

* Release/v0.4.9 (#2421)

* fix: turn off experimental settings should also turn off quick ask (#2411)

* fix: app glitches 1s generating response before starting model (#2412)

* fix: disable experimental feature should also disable vulkan (#2414)

* fix: model load stuck on windows when can't get CPU core count (#2413)

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

* feat: TensorRT-LLM engine update support (#2415)

* fix: engine update

* chore: add remove prepopulated models

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

* update tinyjensen url

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

* update llamacorn

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

* update Mistral 7B Instruct v0.1 int4

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

* update tensorrt

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

* update

Signed-off-by: hiro <hiro@jan.ai>

* update

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

* prettier

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

* update mistral config

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

* fix some lint

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

---------

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

* Tensorrt LLM disable turing support (#2418)

Co-authored-by: Hien To <tominhhien97@gmail.com>

* chore: add prompt template tensorrtllm (#2375)

* chore: add prompt template tensorrtllm

* Add Prompt template for mistral and correct model metadata

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>

* fix: correct tensorrt mistral model.json (#2419)

---------

Signed-off-by: James <james@jan.ai>
Signed-off-by: hiro <hiro@jan.ai>
Co-authored-by: Louis <louis@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: hiro <hiro@jan.ai>
Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
Co-authored-by: Hien To <tominhhien97@gmail.com>

---------

Signed-off-by: James <james@jan.ai>
Signed-off-by: hiro <hiro@jan.ai>
Co-authored-by: NamH <NamNh0122@gmail.com>
Co-authored-by: James <james@jan.ai>
Co-authored-by: hiro <hiro@jan.ai>
Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-03-19 12:20:09 +07:00
Henry
6976e5a27b
Merge branch 'dev' into feat/doc_seo_meta 2024-03-19 14:09:23 +09:00
Service Account
dd11ba293b Update README.md with Stable Download URLs 2024-03-19 04:46:01 +00:00
hiro
642ee431d7 chore: Update misc 2024-03-19 10:57:12 +07:00
hiro
5edc6e429c fix: metadata end tag 2024-03-19 10:47:46 +07:00
hiro
f8d970401a chore: Update head metadata 2024-03-19 10:47:46 +07:00
hiro
4a267ff35b feat: Add SEO header tag with OpenAI GPT-4 2024-03-19 10:47:46 +07:00
Service Account
d1a17f0986 janhq/jan: Update README.md with nightly build artifact URL 2024-03-19 03:44:42 +00:00
Service Account
465e0e47ed janhq/jan: Update README.md with nightly build artifact URL 2024-03-19 01:19:24 +00:00
Service Account
93045b488b janhq/jan: Update README.md with nightly build artifact URL 2024-03-18 20:17:51 +00:00
Service Account
c27c146d90 janhq/jan: Update README.md with nightly build artifact URL 2024-03-18 17:15:04 +00:00
Service Account
d52feecf2f janhq/jan: Update README.md with nightly build artifact URL 2024-03-18 14:19:08 +00:00
Service Account
bb6cd4e96f janhq/jan: Update README.md with nightly build artifact URL 2024-03-18 11:25:18 +00:00
Service Account
a0c5c4be66 janhq/jan: Update README.md with nightly build artifact URL 2024-03-18 01:04:42 +00:00
Henry
7d3b2ab333
docs: Update broken-build.mdx (#2406)
docs: Update broken-build.mdx
2024-03-18 09:27:50 +09:00
Meta Spartan
0348aa3321
feat: Groq Inference Extension (#2263)
* feat: Groq Inference Extension

* Add Groq supported models

* Fix folder typo

* Add Groq options to interface and new API Key saving, tested working

* Fix linting
2024-03-18 06:40:20 +07:00
Nicole Zhu
b3e24d7f51
Update broken-build.mdx 2024-03-17 14:47:30 -07:00
Service Account
6c81d83d30 janhq/jan: Update README.md with nightly build artifact URL 2024-03-17 08:56:33 +00:00
NamH
6dfa23cd02
fix: unable to start web with quick ask (#2402)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-03-17 13:17:39 +07:00
Louis
5633195f7e
fix: fail-fast would block matrix jobs as soon as a job is failed (#2401) 2024-03-17 12:47:44 +07:00
Louis
e74345ecdc
fix: clean working dir with long space support on Windows (#2399) 2024-03-17 11:22:06 +07:00
Henry
2596001528
docs: Update sidebar and content for http proxy and import model (#2328)
docs: Update sidebar and content for http proxy and import model
2024-03-17 07:14:47 +09:00
hieu-jan
b0920e4150 docs: revert original content 2024-03-17 07:13:18 +09:00
Henry
cf69480caf
Merge branch 'dev' into docs-pena-team 2024-03-17 07:01:51 +09:00
Faisal Amir
82a751bdf4
fix: line height typography blog and docs (#2390)
* fix: line height typography

* fix: remove all custom line height for paragraph, span and link tag

* fix: apply line height with leading relaxed

* fix: margin bottom paragraph 16px
2024-03-16 20:33:58 +07:00
NamH
ed6bd14e02
chore: temporary remove linux from tensorrt support (#2386)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-03-15 23:02:42 +07:00
NamH
5f19983de1
fix: some regressions for tensorrt nightly build (#2380)
* fix: some regressions for tensorrt nightly build

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

Signed-off-by: hiro <hiro@jan.ai>
Signed-off-by: James <james@jan.ai>
Co-authored-by: hiro <hiro@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-03-15 17:45:56 +07:00
Henry
a6b483c9d9
docs: Update broken-build.mdx (#2385)
docs: Update broken-build.mdx
2024-03-15 19:30:36 +09:00
Service Account
9229773610 janhq/jan: Update README.md with nightly build artifact URL 2024-03-15 10:26:38 +00:00
Nicole Zhu
86f8004c50
docs: Update broken-build.mdx 2024-03-15 18:22:46 +08:00
Henry
68d0fb0084
docs: fix broken link by redirecting to the right paths (#2381)
docs: fix broken link by redirecting to the right paths
2024-03-15 19:07:39 +09:00
Henry
35c9c1bd71
Merge branch 'dev' into docs-pena-team-fix-redirect 2024-03-15 19:05:51 +09:00
Henry
60a3739576
docs: api reference 2.0 (#2367)
docs: api reference 2.0
2024-03-15 18:49:56 +09:00
hieu-jan
959cda0c63 Merge branch 'docs-pena-team-api-reference-2.0' of https://github.com/janhq/jan into docs-pena-team-api-reference-2.0 2024-03-15 18:48:53 +09:00
hieu-jan
6bb9c1f5f9 chore: format json file 2024-03-15 18:46:06 +09:00
Arista Indrajaya
e9f7f732e1
Merge branch 'dev' into docs-pena-team-api-reference-2.0 2024-03-15 16:38:38 +07:00
Louis
2d622614bf
Update models.json (#2382) 2024-03-15 16:37:00 +07:00
hieu-jan
8edb2ebb72 feat: add jan.json 2024-03-15 18:33:15 +09:00
Arista Indrajaya
c397f64978
Merge branch 'dev' into docs-pena-team 2024-03-15 15:59:19 +07:00
Arista Indrajaya
c1781c0be8 docs: fix broken link by redirecting to the right paths 2024-03-15 15:56:26 +07:00
Henry
ee6bd3a55b
Merge branch 'dev' into docs-pena-team-api-reference-2.0 2024-03-15 14:55:23 +09:00
Henry
57de5957cd
docs: add about/faq (#2329)
docs: add about/faq
2024-03-15 14:41:52 +09:00
hieu-jan
a571c8be28 docs: change order 2024-03-15 14:26:59 +09:00
Henry
0c3da47d91
Merge branch 'dev' into docs-pena-team-api-reference-2.0 2024-03-15 14:21:05 +09:00
hieu-jan
0a544a1ebb docs: update sidebar and faq 2024-03-15 14:16:01 +09:00
Henry
5afedef032
Merge branch 'dev' into eckartal-patch-1 2024-03-15 13:59:31 +09:00
Henry
35806f7fa5
docs: bump changelog v0.4.8
docs: bump changelog v0.4.8
2024-03-15 13:58:12 +09:00
eckartal
54425ef10f
Merge branch 'dev' into eckartal-patch-1 2024-03-15 07:09:59 +03:00