38 Commits

Author SHA1 Message Date
hiro
2a853a23ea feat: Add openai models 2023-12-08 23:06:49 +07:00
hiro
28368ee03b fix: Add engine nitro 2023-12-08 23:06:49 +07:00
hiro
6add24c643 fix: debugging 2023-12-08 23:06:49 +07:00
hiro
06ca4142bf fix: Change model folder name for openai gpt-3.5-turbo 2023-12-08 23:06:49 +07:00
hiro
05b9a7bfc9 fix: Delete default oai gpt 3.5 settings 2023-12-08 23:06:49 +07:00
hiro
750f09cc81 fix: update engine field in tiny llama 1.1b 2023-12-08 23:06:49 +07:00
hiro
22f12cd02c fix: Update model.json for Hub with engine nitro/ openai 2023-12-08 23:06:49 +07:00
hiro
5f8e2ae54c fix: Add engine llama.cpp to local models 2023-12-08 23:06:08 +07:00
hiro
a985626f29 feat: Add openai gpt-3.5 model.json 2023-12-08 23:06:08 +07:00
hahuyhoang411
436133895b update images 2023-12-06 13:11:18 +07:00
hahuyhoang411
9a9b51e650 update images 2023-12-06 13:02:33 +07:00
hahuyhoang411
7560a3c897 update category for models 2023-12-06 12:34:40 +07:00
hahuyhoang411
629e4c4435 update featured tag 2023-12-06 11:58:55 +07:00
hahuyhoang411
460315db1e fix typo for starling 2023-12-06 11:51:15 +07:00
Hoang Ha
8fbd5fcb6e
hotfix desc for openhermes (#864) 2023-12-05 21:44:00 +07:00
Hoang Ha
17804d94de
openhermes update v1 (#863) 2023-12-05 21:17:05 +07:00
Hoang Ha
5b76862a10
update deepseek 1.3b (#858) 2023-12-05 16:26:25 +07:00
Hoang Ha
681bc3f8d1
update tags (#857) 2023-12-05 15:55:16 +07:00
hahuyhoang411
ff69e4fe51 update models 2023-12-04 17:33:26 +07:00
hahuyhoang411
3f5317bb53 typo 2023-12-04 16:44:43 +07:00
hahuyhoang411
69af5a034a update tags 2023-12-04 16:38:13 +07:00
hahuyhoang411
f4dbec7e36 update deepseek coder 2023-12-04 16:31:47 +07:00
hahuyhoang411
7017e6426d update name for models 2023-12-04 16:22:42 +07:00
hahuyhoang411
84c940be47 update prompt templte 2023-12-04 14:28:36 +07:00
hahuyhoang411
23a6ecdd89 update tags 2023-12-04 14:14:43 +07:00
hahuyhoang411
43b538e800 update openhermes 7b 2023-12-04 14:13:00 +07:00
hahuyhoang411
fc2af712e4 update llama2 70b chat 2023-12-04 12:35:53 +07:00
hahuyhoang411
88e37e1f2d update ctxlen 2023-12-04 12:34:10 +07:00
hahuyhoang411
dbc12d27c8 update mistral 7b chat 2023-12-04 12:32:56 +07:00
hahuyhoang411
6a54587319 update llama 2 7b chat 2023-12-04 12:26:50 +07:00
hahuyhoang411
c27a1cc379 update tags for models 2023-12-04 11:56:39 +07:00
hahuyhoang411
4440b58b15 decapriate some 7B models 2023-12-04 11:52:34 +07:00
hahuyhoang411
5cc8e0f9a9 decapriate some small models 2023-12-04 11:50:56 +07:00
hahuyhoang411
2e96aacf55 decapriate some 34b models 2023-12-04 11:42:46 +07:00
hahuyhoang411
fc6f8d2c0a decapriate some 70b models 2023-12-04 11:41:30 +07:00
Hoang Ha
e6812b1247
chore: pre-populate Jan's /models folder with model.jsons (#775)
* draft model.json

* islm3b update

* capybara 34b update

* deepseek coder update

* dolphin yi update

* fix the maxtokens of islm

* lzlv 70b update

* marx3b update

* mythomax 13b update

* update neural chat 7b

* noromaid 20b update

* update openchat 7b

* openhermes7b update

* openorca 7b

* orca 13b update

* phind 34b update

* rocket 3b update

* starling 7b update

* storytelling 70b update

* tiefighter 13B

* update tiefighter tags

* tinyllama update

* wizard coder 13b

* update wizard coder 13b description

* wizard coder 34b update

* wizard coder minor fix

* xwin 70b update

* yarn 70b

* yi 34b

* zephyr beta 7b

* neuralhermes-7b update

* change path + ctxlen

* update id

* fix startling
2023-12-01 17:20:58 +07:00
Louis
afbb94f083
efactor app directories and enforce ts strict mode (#201)
* refactor: move Electron app to main directory and enforce ts strict mode

* chore: add pre-install plugins

* remove duplicated initModel function

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

* chore: correct module path

* fix: dynamic import does not work with ts

* chore: web should be able to run on target host browser

* fix: history panel, should display conversations rather just blank state

* chore: init default model

* chore: pluggin in ts

* fix: pre-pack model management

* fix: compiled core should not include plugins

* chore: refactor - invoke plugin function

* refactor download/delete file

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

* update prebuild lib

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

* chore: yarn workspace

* chore: update yarn workspace

* chore: yarn workspace with nohoist

* fix: llama-cpp-import

* chore: fix data-plugin wrong module path

* chore: correct build step

* chore: 	- separate inference service (#212)

- remove base-plugin

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

* chore: update core plugins

* chore: hide installation prompt and fix model load - management plugin

* chore: remove legacy files; update readme

* fix: refresh page lost the download state

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

* fix: ai prompt not passed to plugin

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

* chore: module import fix for production

* chore: auto updater

* chore: package is public

* chore: fix yarn workspace config

* update: model management uses Q4_K_M

* chore: fix yarn scripts for publishing

* chore: app updater - progress update message

* chore: user confirms update action

* adding some state for changing page
store downloaded model to database

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

* chore: refactor plugins into yarn workspace - a single command to publish all base plugins

* chore update readme (#218)

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

* change app name and app icon

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

* remove: go-to-nowhere actions

* chore: bundle core plugins from root and scan default plugins

* fix: app crashes on different field name lookup

* chore: css fix

* chore: bind download progress to app ui

* chore: bind active model

* chore: simplify app splash-screen only centered jan icon

* feature: system monitoring plugin (#196)

* feat: Add function for system monitoring

* chore: register plugin functions

* chore: move to corresponding directory

* chore: bind system monitoring data to UI

---------

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

* chore: add build:plugins step to README

* chore: model searching and fix model name

* fix: plugin file selected appearance

* fix: create new conversation does not work

* fix: delete conversation not update state - messages still exist

* chore: fix asset path prefix

* Add CICD for macos (#221)

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

* chore: fix production plugin path

* chore: add shell open url in external browser

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: NamH <NamNh0122@gmail.com>
Co-authored-by: 0xSage <n@pragmatic.vc>
Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: namvuong <22463238+vuonghoainam@users.noreply.github.com>
2023-09-28 18:15:18 +07:00
vuonghoainam
448c5eb135 chore: Add empty folder models at root to store downloaded model 2023-09-12 18:08:55 +07:00