1295 Commits

Author SHA1 Message Date
hieu-jan
536df7de71 docs: update require section 2023-11-23 11:26:31 +09:00
hieu-jan
62e8a8253d docs: add thread description 2023-11-23 11:17:26 +09:00
hieu-jan
f5bb2e51a8 docs: add thread.assistants 2023-11-23 11:03:02 +09:00
hieu-jan
3162e66e46 docs: complete thread 2023-11-23 10:56:12 +09:00
hieu-jan
7a9cd83e80 docs: update threads 2023-11-23 10:12:38 +09:00
Louis
d0c44f70f1 fix: catch nitro exit process for a clearer message 2023-11-22 22:36:00 +07:00
Louis
8f76b7c3e0 fix: pass instance ref to event handler 2023-11-22 22:36:00 +07:00
Louis
664806e7f1 chore: abort inference stream implementation 2023-11-22 22:36:00 +07:00
Louis
b5717e03fe fix: should not raise error for the non relevant model starting requests 2023-11-22 22:36:00 +07:00
Louis
081c37bc84 chore: update local module link to reflect core update 2023-11-22 22:36:00 +07:00
Louis
ca3c6f73f8 chore: output logs to file for nitro debugging 2023-11-22 22:36:00 +07:00
Louis
de562ecaed chore: add stopping inference interface 2023-11-22 22:36:00 +07:00
Faisal Amir
62083c28f2 Fix markdown todo items shifted to the left and remove the dots 2023-11-22 22:29:46 +07:00
0xSage
5a9e39e68e
Merge pull request #681 from janhq/threads
docs: threads and messages
2023-11-22 19:08:00 +08:00
hiento09
df163a85e5
Chore: refactor to makefile (#691)
* Add makefile for jan

* CICD switchs to use make

* Update README.md to use Makefile

---------

Co-authored-by: Hien To <hien@jan.ai>
2023-11-22 17:48:02 +07:00
0xSage
ac1075fcd7 docs: comments 2023-11-22 18:40:24 +08:00
0xSage
17f46d640b docs: commented out api parts 2023-11-22 18:38:25 +08:00
0xSage
70a8ea26d2 docs: update threads and messages 2023-11-22 18:36:03 +08:00
hieu-jan
eba225c888 docs: update window installation guide 2023-11-22 17:57:26 +09:00
Hieu
c847a8854d
Merge branch 'main' into docs/install-succinct 2023-11-22 17:50:52 +09:00
Diane0111
7222ea553f
Merge pull request #675 from janhq/onboarding
Updating Onboarding Kit
2023-11-22 14:57:55 +07:00
hiento09
cd0e83f662
Add Instruction to publish docs (#687)
Co-authored-by: Service Account <service@jan.ai>
2023-11-22 14:47:01 +07:00
0xSage
779e5b7ada
Merge pull request #685 from janhq/0xSage-patch-1
Update issue templates
2023-11-22 15:09:42 +08:00
Faisal Amir
dabd711a28 Fix error CI 2023-11-22 13:59:47 +07:00
Faisal Amir
3f553ae2d9 Fix footer and section spacing landing page 2023-11-22 13:59:47 +07:00
0xSage
db1a07f4aa
Update issue templates 2023-11-22 14:57:14 +08:00
hahuyhoang411
00b583659a update messages and threads 2023-11-22 12:46:09 +07:00
hahuyhoang411
d81fa7f04e resolve conflict 2023-11-22 11:06:16 +07:00
hahuyhoang411
118d04675f Merge branch 'main' of https://github.com/janhq/jan 2023-11-22 11:02:30 +07:00
hahuyhoang411
611bd0e9d9 merged with Nicole 2023-11-22 11:01:26 +07:00
Hieu
fb23e3d312
docs: update installation guide (#664)
docs: update installation guide (#664)
2023-11-22 09:35:15 +09:00
Hieu
613b8409a9
chore/enable-mermaid (#672)
chore/enable-mermaid (#672)
2023-11-22 09:33:37 +09:00
Hieu
4c8efdd9fe
Merge branch 'main' into chore/add-mermaid 2023-11-22 09:26:32 +09:00
Hieu
cb94f80d4c
Merge pull request #670 from janhq/chore/update-package-docs
chore/update package docs
2023-11-22 09:24:06 +09:00
0xSage
b1fade0fe7 docs: patch 2023-11-21 21:13:17 +08:00
0xSage
a43ce60dad docs: nits 2023-11-21 21:09:15 +08:00
0xSage
1a8977b4c7 docs: nits 2023-11-21 21:07:34 +08:00
0xSage
cab49b700d docs: roughing in a messages spec 2023-11-21 21:05:39 +08:00
0xSage
7565b876e3 docs: threads 2023-11-21 20:34:33 +08:00
0xSage
61d95307c5
Merge pull request #680 from janhq/modelsspec
docs: polish models spec
2023-11-21 19:52:57 +08:00
0xSage
384947d37a docs: polish models spec 2023-11-21 19:50:00 +08:00
hahuyhoang411
fd3f699a29 Model API 2023-11-21 18:45:36 +07:00
hiro
5691d9d195
Merge pull request #673 from janhq/chore_update_spec_model
chore: Update based on team discussion on Nov 20
2023-11-21 15:57:11 +07:00
Le Tra Mi
744ec19099 Updating Onboarding Kit 2023-11-21 14:31:28 +07:00
hahuyhoang411
6df3ea9fa1 Merge branch 'main' of https://github.com/janhq/jan 2023-11-21 14:12:05 +07:00
hahuyhoang411
6fb8083838 fix navi 2023-11-21 14:11:24 +07:00
hiento09
fe3d682530
Enhance Cross-Platform Argument Handling for Nitro Startup Scripts (#674)
* Patch all argument of bat script to nitro command run

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-11-21 13:49:32 +07:00
hiro
f03b13b9e8 feat(spec-model): Update based on team discussion on Nov 20 2023-11-21 12:44:33 +07:00
Hieu
177aaa7fac
Merge branch 'main' into chore/add-mermaid 2023-11-21 13:27:29 +09:00
hieu-jan
411816ab70 chore/add-mermaid 2023-11-21 13:25:52 +09:00