hieu-jan
65e5921cd1
docs: update wall of love
2024-02-27 23:40:32 +09:00
Faisal Amir
95946ab9f2
fix: change button import model on hub page ( #2178 )
2024-02-27 21:25:42 +07:00
Faisal Amir
883d631452
fix space between progress bar and title list of gpu ( #2177 )
2024-02-27 21:25:31 +07:00
Faisal Amir
d4df43ed68
fix: disabled user promp using dangerouslySetInnerHTML ( #2176 )
2024-02-27 20:40:06 +07:00
Faisal Amir
222b4ad897
feat: temporary remove dark mode :( ( #2168 )
...
* remove darkmode
* fix progress component background color
2024-02-27 20:39:57 +07:00
Henry
e3b1bca447
Merge branch 'dev' into docs-newsletter
2024-02-27 19:24:08 +09:00
hieu-jan
32a86bd913
docs: add newsletter
2024-02-27 19:21:10 +09:00
Henry
001432d1b5
Merge branch 'dev' into docs-pena-team
2024-02-27 19:17:36 +09:00
Arista Indrajaya
701dd309bc
docs: add error-codes content
2024-02-27 16:56:32 +07:00
Arista Indrajaya
94e8b23365
docs: add common error content
2024-02-27 16:56:20 +07:00
Arista Indrajaya
9210d20591
docs: update extension content
2024-02-27 16:55:56 +07:00
Arista Indrajaya
b081a91ca3
docs: update the content of integration & add discord + openinterpreter
2024-02-27 16:55:33 +07:00
Arista Indrajaya
b4e2ee72bb
docs: update the models content
2024-02-27 16:55:06 +07:00
Faisal Amir
45efcad233
fix: style list of gpu on system monitor ( #2172 )
2024-02-27 16:55:01 +07:00
Arista Indrajaya
b7248bcf62
docs: correct content on quickstart & installation
2024-02-27 16:54:46 +07:00
Arista Indrajaya
0dbccbd7ef
docs: add and update the path of Image
2024-02-27 16:51:31 +07:00
hahuyhoang411
22a3e42bc4
add: first version blog post
2024-02-27 16:14:40 +07:00
avb-is-me
a9717667da
Merge branch 'dev' into devdocs_updates_chat_completions
2024-02-27 00:04:44 -08:00
avb-is-me
b0376ba23e
Merge branch 'dev' into devdocs_update_download_model
2024-02-27 00:03:31 -08:00
avb-is-me
90a11ea4c4
adds code snippets for chat completeions
2024-02-27 08:02:23 +00:00
avb-is-me
a6dbcf3a1b
adds code snippets for download
2024-02-27 07:58:22 +00:00
avb-is-me
e5726b3890
Merge branch 'dev' into devdocs_update_to_modelid
2024-02-26 23:52:00 -08:00
avb-is-me
16357178bf
add docs for the model/model_id endpoints
2024-02-27 07:50:15 +00:00
avb-is-me
593d9e0d2c
Merge branch 'dev' into dev-docs-list-models-update
2024-02-26 23:32:07 -08:00
James
fbee753607
fix: wrong profile parameter in docker command ( #2159 )
2024-02-27 13:43:47 +07:00
Faisal Amir
b1e748b958
fix: system monitor expand overlap tooltip ribbon ( #2158 )
2024-02-27 13:24:32 +07:00
Service Account
00e5c4e5a7
janhq/jan: Update README.md with nightly build artifact URL
2024-02-27 04:51:51 +00:00
hiento09
9078bbebea
Huggingface extension add codesign step for building on darwin ( #2166 )
...
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-02-27 11:35:11 +07:00
hiento09
a28230caaa
Add run codesign for huggingface extension ( #2163 )
...
Co-authored-by: Service Account <service@jan.ai>
2024-02-27 11:01:38 +07:00
avb-is-me
d7bf98b68a
adds code samples for list models
2024-02-27 00:43:57 +00:00
NamH
64ea290ca3
chore: make convert gguf as experimental feature ( #2156 )
...
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-02-26 18:15:49 +07:00
NamH
773963a456
feat: add import model ( #2104 )
...
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-02-26 16:15:10 +07:00
Henry
92edd85a12
docs: update acknowledgements ( #2147 )
...
docs: update acknowledgements
2024-02-26 15:51:14 +09:00
Faisal Amir
bbe1ad5cc0
feat: restore docusaurus style ( #2152 )
...
Co-authored-by: Henry <150573299+hieu-jan@users.noreply.github.com>
2024-02-26 12:42:59 +07:00
Henry
6d72f4b69d
Merge branch 'dev' into docs-update-acknowledgements
2024-02-26 14:38:47 +09:00
Henry
8785079877
Merge branch 'dev' into chore/blogpost-finetuning
2024-02-26 14:37:45 +09:00
hieu-jan
4259780b4f
docs: update SEO keywords and tag
2024-02-26 14:36:55 +09:00
Louis
90108745e2
Merge pull request #2151 from janhq/main
...
Sync release 0.4.7 to dev
2024-02-26 11:15:21 +07:00
hahuyhoang411
93dbaec997
fix: correct typo
2024-02-26 11:09:14 +07:00
Helloyunho
e86cd7e661
feat: add a simple way to convert Hugging Face model to GGUF ( #1972 )
...
* chore: add react developer tools to electron
* feat: add small convert modal
* feat: separate modals and add hugging face extension
* feat: fully implement hugging face converter
* fix: forgot to uncomment this...
* fix: typo
* feat: try hf-to-gguf script first and then use convert.py
HF-to-GGUF has support for some unusual models
maybe using convert.py first would be better but we can change the usage order later
* fix: pre-install directory changed
* fix: sometimes exit code is undefined
* chore: download additional files for qwen
* fix: event handling changed
* chore: add one more necessary package
* feat: download gguf-py from llama.cpp
* fix: cannot interpret wildcards on GNU tar
Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
---------
Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
2024-02-26 10:57:53 +07:00
Service Account
2b676fee42
janhq/jan: Update README.md with nightly build artifact URL
2024-02-26 03:45:19 +00:00
Service Account
dbcea71fa8
Update README.md with Stable Download URLs
2024-02-26 03:30:58 +00:00
hieu-jan
9eb880c82d
docs: fix typo
2024-02-26 12:17:37 +09:00
Henry
7827167b37
Merge branch 'dev' into chore/blogpost-finetuning
2024-02-26 12:12:46 +09:00
hieu-jan
32adc20e6d
docs: update acknowledgements
2024-02-26 12:11:13 +09:00
hieu-jan
e45e2bd674
Merge branch 'docs-update-acknowledgements' of https://github.com/janhq/jan into docs-update-acknowledgements
2024-02-26 12:03:02 +09:00
hieu-jan
b9681443e3
docs: re-allocate acknowledgements page
2024-02-26 12:01:51 +09:00
Henry
ad7ebb1517
Merge branch 'dev' into docs-update-acknowledgements
2024-02-26 11:48:16 +09:00
Henry
e289b8a37e
docs: update run Jan in Docker mode ( #2150 )
...
docs: update run Jan in Docker mode
2024-02-26 11:42:02 +09:00
hieu-jan
d959cbd6f2
docs: update run Jan in Docker mode
2024-02-26 11:37:18 +09:00