3140 Commits

Author SHA1 Message Date
Louis
d5c4f745f1
fix: model selector lack of warning message when no models downloaded (#2651) 2024-04-08 22:38:38 +07:00
hiento09
08baf48dcb
Feature playwright integrate report portal (#2648)
* Add make script for report portual playwright agent config

* Update workflow to report to report portal

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-04-08 21:56:01 +07:00
Louis
762d8879de
fix: redirect to extension setting (#2626) 2024-04-08 09:50:31 +07:00
Louis
f8cf93a906
chore: add GPU driver and toolkit status (#2628) 2024-04-08 09:50:16 +07:00
Louis
c5c3156b28
fix: quick ask could not register global shortcuts (#2642) 2024-04-08 09:50:02 +07:00
Inchoker
815a7aef96
Rearrange model position in Hub page (#2622)
* Rearrange model position in Hub page

* fix linting

* Update web/screens/ExploreModels/ExploreModelList/index.tsx

Co-authored-by: Louis <louis@jan.ai>

---------

Co-authored-by: Jack Tri Le <Jack>
Co-authored-by: Louis <louis@jan.ai>
2024-04-06 00:44:28 +07:00
hiento09
b3c8bab153
Correct condition checking cuda dependencies windows (#2629)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-04-05 16:19:10 +07:00
Louis
9303e7aeb4
fix: object is destroyed block app exit (#2623) 2024-04-05 14:30:43 +07:00
NamH
e0d6049d66
chore: extension should register its own models (#2601)
* chore: extension should register its own models

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

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-04-05 14:18:58 +07:00
GenkaOk
089e311bfd
Add API prefix settings (#2528)
Co-authored-by: Van Pham <64197333+Van-QA@users.noreply.github.com>
2024-04-04 19:45:45 +07:00
hiento09
c93283ec5e
Change condition for trigger PR from forked repo (#2611)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-04-04 19:25:36 +07:00
Nicole Zhu
8ede9ebb20
docs: Update README.md (#2612) 2024-04-04 11:18:20 +07:00
Louis
1eaf13b13e
fix: cancel loading model with stop action (#2607) 2024-04-04 10:57:54 +07:00
Louis
7f92a5aef0
fix: copied logs line break (#2603) 2024-04-04 10:57:37 +07:00
hiento09
c4da1cbc90
Enable trigger for pull_request_target ci linter (#2609)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-04-04 10:08:11 +07:00
Louis
52654b1055
chore: add open log dir to troubleshooting modal (#2605) 2024-04-04 08:55:00 +07:00
Louis
931f1da28e
fix: duplicated error message (#2602) 2024-04-04 08:53:10 +07:00
Louis
a484315699
fix: wrong response header for non streamed responses (#2606) 2024-04-04 06:37:06 +07:00
Louis
d579d8a45c
fix: app does not gracefully stop a model (#2593) 2024-04-03 22:22:43 +07:00
NamH
402f85f179
chore: update place holder for api key of groq and openai (#2588)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-04-03 22:19:55 +07:00
hiento09
beb3473d4e
Move out from cloudflare r2 to aws s3 (#2596)
* Move out from cloudflare r2 to aws s3

* Remove clean cloudflare jobs

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-04-03 16:10:01 +07:00
Louis
8926c13696
fix: does not register global shortcut when quick ask is disabled (#2592) 2024-04-03 13:56:23 +07:00
Louis
3b755f7e8c
Merge pull request #2591 from janhq/main
use `tabular-nums` for percentages in ModelCancelDownload (#2553)
2024-04-03 10:59:58 +07:00
Louis
fe89901a65
fix: groq frequently stops during long responses (#2584) 2024-04-02 22:19:34 +07:00
Louis
3fded8fd20
fix: regenerate message should not include the assistant's previous response (#2583) 2024-04-02 22:17:35 +07:00
Louis
6f0ee23776
fix: missing load model error message (#2581) 2024-04-02 22:16:43 +07:00
Louis
9797e5b05f
fix: broken auto link (#2580) 2024-04-02 18:45:35 +07:00
Masataka Yakura
2a6f7745c8
use tabular-nums for percentages in ModelCancelDownload (#2553)
with this patch numbers in percentages have the same width so all the component widths stay the same

https://tailwindcss.com/docs/font-variant-numeric#tabular-figures
2024-04-02 17:54:05 +07:00
Louis
89653eda08
fix: disabling Vulkan causes users to be stuck in GPU-accelerated mode (#2578) 2024-04-02 17:35:15 +07:00
hiento09
a6cbc0b86f
Change release download url to cloudflare worker proxy and update download model tensorrt llm to aws s3 endpoint (#2576)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-04-02 17:08:53 +07:00
hiento09
7feaf0b3bd
Change npm registry to nexus for CI test and enable turbo remote cache (#2535)
* Change npm registry to nexus for CI test

* Change npm registry to nexus for CI test

* Add yarn.lock

* Remove clean step

* Revert to disable yarn.lock file

* Turn NPM Proxy to env

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-04-02 15:34:26 +07:00
NamH
345c7d58e6
chore: some wordings in extension settings (#2573)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-04-02 15:31:20 +07:00
Louis
c6198ae423
fix: quick ask blocks app update (#2525) 2024-04-02 12:32:12 +07:00
Louis
f6d3b53ab5
Merge branch 'main' into dev
# Conflicts:
#	web/screens/Chat/ErrorMessage/index.tsx
2024-04-02 11:09:59 +07:00
Service Account
174f8820f3 Update README.md with Stable Download URLs 2024-04-02 02:54:06 +00:00
Service Account
28b15e525a janhq/jan: Update README.md with nightly build artifact URL 2024-04-01 20:19:21 +00:00
Service Account
2fe399f825 janhq/jan: Update README.md with nightly build artifact URL 2024-04-01 09:41:13 +00:00
Hoang Ha
30f34a41b7
Hotfix: model hub ID mismatch (#2557) v0.4.10 2024-04-01 16:20:37 +07:00
Service Account
859c235882 janhq/jan: Update README.md with nightly build artifact URL 2024-04-01 04:42:04 +00:00
GenkaOk
dd8be07120
Set name assistant (#2529) 2024-04-01 11:32:06 +07:00
Hoang Ha
c235db292a
Merge pull request #2552 from janhq/chore/add-tinyllama
Chore: Add tinyllama back to model hub
2024-04-01 11:19:59 +07:00
Hoang Ha
3e8ad2bde0
fix: Update package.json 2024-04-01 10:56:05 +07:00
Hoang Ha
1e02cdeae7
add: tinyllama 2024-04-01 10:27:22 +07:00
Nicole Zhu
803cf25d85
Merge pull request #2542 from janhq/docs/update-readme
docs: Update README.md
2024-03-30 11:10:53 +08:00
NamH
96af5fb85a
fix: quick ask improvement (#2543)
* docs: Update README.md

* fix: quick ask improvement

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

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: hieu-jan <150573299+henryh0x1@users.noreply.github.com>
Co-authored-by: James <james@jan.ai>
2024-03-30 08:59:52 +07:00
hieu-jan
13f457ccfe docs: Update README.md 2024-03-30 02:05:37 +09:00
Louis
1451f678db
fix: file input update delay (#2540) 2024-03-29 22:02:48 +07:00
Service Account
53b572029b janhq/jan: Update README.md with nightly build artifact URL 2024-03-29 09:25:53 +00:00
Louis
228a363914
fix: image model does not work when retrieval tool is enabled (#2538) 2024-03-29 16:07:49 +07:00
NamH
fa35aa6e14
feat: dynamically register extension settings (#2494)
* feat: add extesion settings

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

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: Louis <louis@jan.ai>
2024-03-29 15:44:46 +07:00