Louis
ca3c6f73f8
chore: output logs to file for nitro debugging
2023-11-22 22:36:00 +07:00
Linh Tran
9c5c03b6bc
Add run-script-os ( #620 )
2023-11-15 21:46:27 +07:00
Louis
7c2c1a2b3d
chore: validate model status
2023-11-14 21:02:29 +07:00
Service Account
daa33a1cea
Restore cpx nitro step in yarn script
2023-11-14 15:32:51 +07:00
hiento09
500f7b4867
Chore/refactor yarn script ( #615 )
...
* Refactor yarn script
---------
Co-authored-by: Hien To <hien@jan.ai>
2023-11-14 11:53:09 +07:00
NamH
1fc9c4e220
fix( #591 ): prevent duplicate message id issue ( #595 )
...
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-11-14 09:37:54 +07:00
hiento09
ee5b2d0b0d
Add set yarn network timeout for uikit ( #579 )
...
* Add set yarn network timeout for uikit
* Temporary set nitro version in CI
---------
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-11-10 17:16:45 +07:00
hiento09
edb34c9bc2
Add set env CI=e2e in CI pipeline ( #578 )
...
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-11-10 15:59:21 +07:00
Louis
96dba2690d
feat: class-based plugin manager
...
chore: add facades
refactor: core module export
refactor: inference plugin - deprecate function registering (#537 )
* refactor: revamp inference plugin as class - deprecate function registering
* refactor: monitoring plugin - deprecate service registering (#538 )
refactor: revamp inference plugin as class - deprecate function registering
chore: update import
refactor: plugin revamp - model management
chore: update build steps and remove experimental plugins
refactor: remove pluggable electron
chore: add sorting for conversations
chore: build plugins for testing
chore: consistent plugin directory name
chore: docs
chore: fix CI
chore: update conversation prefix
2023-11-06 13:46:01 +07:00
hiento09
06da2d8c5f
Add install nitro mac intel inference plugin build locally ( #542 )
...
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-11-05 14:27:11 +07:00
Service Account
b495dabf88
janhq/jan: Update tag build 1.0.21 for inference-plugin
2023-11-03 11:13:18 +00:00
hiento09
4eb5ecdbb4
Bump nitro version to 0.1.4 ( #532 )
...
* Bump nitro version to 0.1.4
* Add chmod for linux-start.sh file
---------
Co-authored-by: Service Account <service@jan.ai>
2023-11-03 18:11:19 +07:00
hiento09
8f9cc300b3
Chore/update yarn dev script ( #529 )
...
* reduce runtime command yarn build:plugins locally on mac silicon
* rename yarn script
---------
Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: Service Account <service@jan.ai>
2023-11-02 17:41:13 +07:00
Service Account
6f3b17bed8
janhq/jan: Update tag build 1.0.20 for inference-plugin
2023-11-01 16:36:49 +00:00
hiento09
200f19f3ee
Inference Plugin pull nitro binary from release ( #524 )
...
* refactor nitro folder structure inside inference plugin
* Change to flat folder structure for nitro binary
* Remove all exiting nitro binary file
* add download command for nitron linux cuda
* Add yarn script to download nitro
* Add build deps to data-plugins yarn script
* add chmod for nitro binary file
---------
Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: Service Account <service@jan.ai>
2023-11-01 23:32:41 +07:00
Service Account
5ab61c3e5e
janhq/jan: Update tag build 1.0.19 for inference-plugin
2023-10-31 09:13:57 +00:00
Service Account
76a844ae77
janhq/jan: Update tag build 1.0.18 for inference-plugin
2023-10-31 08:22:31 +00:00
Louis
1efe2cbd1e
fix: dest.end is not a function ( #501 )
2023-10-31 15:21:18 +07:00
Service Account
197eb6c0b6
janhq/jan: Update tag build 1.0.17 for inference-plugin
2023-10-31 02:58:00 +00:00
Service Account
7ccdb8360d
janhq/jan: Update tag build 1.0.16 for inference-plugin
2023-10-30 15:37:19 +00:00
hiento09
fd87f8ad7f
Correct version and license ( #498 )
...
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-10-30 22:32:34 +07:00
Louis
4f9d883c6b
chore: update plugins license ( #496 )
2023-10-30 21:30:56 +07:00
John
6bf5b7d906
#255 : Read plugins manifest from CDN
2023-10-30 19:36:03 +07:00
Service Account
0a1302e301
janhq/jan: Update tag build 1.0.14 for inference-plugin
2023-10-26 02:00:59 +00:00
Service Account
b121495ff4
janhq/jan: Update tag build 1.0.13 for inference-plugin
2023-10-25 08:55:35 +00:00
Service Account
914b4082a9
janhq/jan: Update tag build 1.0.12 for inference-plugin
2023-10-25 01:02:00 +07:00
Service Account
6c9069a1ad
janhq/jan: Update tag build 1.0.11 for inference-plugin
2023-10-24 11:01:16 +07:00
Service Account
b4e982552f
janhq/jan: Update tag build 1.0.10 for inference-plugin
2023-10-23 16:05:39 +07:00
Service Account
6f4b937b1c
janhq/jan: Update tag build 1.0.9 for inference-plugin
2023-10-23 15:59:55 +07:00
NamH
6e2210cb22
feat: adding create bot functionality ( #368 )
...
* feat: adding create bot functionality
Signed-off-by: James <james@jan.ai>
* update the temperature progress bar
Signed-off-by: James <james@jan.ai>
* chore: remove tgz
Signed-off-by: James <james@jan.ai>
* update core dependency
Signed-off-by: James <james@jan.ai>
* fix e2e test
Signed-off-by: James <james@jan.ai>
---------
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-10-23 15:57:56 +07:00
Service Account
bb5c430d1b
janhq/jan: Update tag build 1.0.8 for inference-plugin
2023-10-21 18:09:22 -07:00
Service Account
5f536d8d3b
janhq/jan: Update tag build 1.0.7 for inference-plugin
2023-10-20 04:00:11 +00:00
Hien To
81823f23f0
Correct plugin version
2023-10-19 16:04:04 +07:00
hiento09
df5bbd0308
Chore/remove package lock ( #398 )
...
* Remove package-lock.json file
* update .gitignore
---------
Co-authored-by: Hien To <>
2023-10-19 08:55:52 +00:00
hiento09
a6694921e8
Refactor cicd ( #397 )
...
* Refactor cicd
* Correct version plugin core
---------
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-10-19 08:29:40 +00:00
Service Account
e549acaead
janhq/jan: Update tag build 1.0.4 for inference-plugin
2023-10-18 07:15:15 +00:00
Louis
b5d520fe10
chore: resolve fetch models api limit rate ( #383 )
...
* chore: resolve fetch models api limit rate
* chore: delete module cache
* chore: update latest npm module
* chore: typo
2023-10-18 14:13:24 +07:00
Service Account
94b8d2d57c
janhq/jan: Update tag build 1.0.3 for inference-plugin
2023-10-18 06:39:48 +00:00
Louis
c623a9bb33
chore: update convo summary ( #378 )
...
* chore: update convo summary
* chore: conversation summary debouncing & retry attempt
* chore: convention
2023-10-18 13:38:56 +07:00
Service Account
3d4f4d8812
janhq/jan: Update tag build 1.0.2 for inference-plugin
2023-10-17 08:54:47 +00:00
hiento09
6ff57e8f6f
Correct version of plugins ( #374 )
...
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-10-17 15:53:03 +07:00
Louis
7812bf64d5
chore: #371 - reference to plugin name and module path as variables ( #372 )
...
* chore: #371 - plugin developer can reference to plugin name and module path as variables
* chore: display origin plugin name
* Switch from plugin-core to core
* Remove un-used command in ci test
---------
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-10-17 15:41:35 +07:00
hiento09
e1e6fddcdf
Move plugins folder from electron to root folder ( #366 )
...
* Move plugins folder from electron to root folder
* Add CICD for plugins
* Fix error electron import plugin after change plugin name
* Add remove app cache on CI test pipeline
---------
Co-authored-by: Hien To <>
2023-10-16 19:18:00 +07:00