97 Commits

Author SHA1 Message Date
hiro
cafdaaaccd feat: Nitro sensing hardware init 2023-12-12 06:15:22 +07:00
NamH
121dc119f1
feat: adding model params (#886)
* feat: adding model params

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

* chore: inference request parameter

* Improve ui right panel model params

* Remove unused import

* Update slider track for darkmode

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: Louis <louis@jan.ai>
Co-authored-by: Faisal Amir <urmauur@gmail.com>
2023-12-11 23:58:24 +07:00
hiro
f2eb8635da chore: Bumpt nitro bin version to version 0.1.23 2023-12-11 20:53:53 +07:00
hiro
0522d2fe4d fix: inference openai compatible accepts parameters 2023-12-10 20:16:19 +07:00
hiro
3903c10c5b fix: inference nitro accepts model parameters 2023-12-10 20:16:05 +07:00
hiro
bbffaafcdc feat: Added support for Azure OpenAI API 2023-12-09 00:56:39 +07:00
hiro
7e3e648e2a fix: inference extensions small syntax fix 2023-12-09 00:56:24 +07:00
hiro
c32ad0aff7 fix: small change in nitro bin location 2023-12-09 00:42:48 +07:00
hiro
0ef9a581d3 fix: BAT for nitro 2023-12-09 00:36:55 +07:00
hiro
f9e73b0bbd fix: Change base_url to full_url 2023-12-08 23:07:30 +07:00
Louis
b939692187 chore: stop inference event 2023-12-08 23:07:30 +07:00
hiro
1177007ad6 fix: Update code based on comments from @james 2023-12-08 23:07:30 +07:00
hiro
9daee14167 fix: Add hack waiting for model loading 2023-12-08 23:06:49 +07:00
hiro
e1190ec41c fix: Enforce openai inference to load settings from openai.json onLoad and onModelInit 2023-12-08 23:06:49 +07:00
hiro
5f3cf2bcce fix: Temporary disable model parameters spreading 2023-12-08 23:06:49 +07:00
hiro
3987fdc95b feat: Add nitro inference engine stop model handler 2023-12-08 23:06:49 +07:00
hiro
44bfcaabd9 fix: Add type def global for nitro extension - inference 2023-12-08 23:06:49 +07:00
hiro
a2cf42ac76 fix: Spreading model.parameters 2023-12-08 23:06:49 +07:00
hiro
f34024a329 fix: spreading model.paramters object and update chatCompletion route 2023-12-08 23:06:49 +07:00
hiro
7ed8c31629 fix: Add dynamic values from engine settings and model params 2023-12-08 23:06:49 +07:00
hiro
0c3e23665b fix: Add dynamic values from engine settings and model params 2023-12-08 23:06:49 +07:00
hiro
16f2ffe9b4 fix: Add dynamic values from engine settings and model params to inference request 2023-12-08 23:06:49 +07:00
hiro
4f2a3b7b27 fix: Add dynamic values from engine settings and model params to inference request 2023-12-08 23:06:49 +07:00
hiro
516e226290 chore: Move interface definition location 2023-12-08 23:06:49 +07:00
hiro
b970e97869 chore: Move interface definition location 2023-12-08 23:06:49 +07:00
hiro
486c5b8ca0 fix: Update openai with read/ write for engine.json 2023-12-08 23:06:49 +07:00
hiro
2c648caa5f fix: Update nitro with read/ write for engine.json 2023-12-08 23:06:49 +07:00
hiro
56b778675f feat: Add nitro engine json reader and writer 2023-12-08 23:06:08 +07:00
hiro
8ab36d7cb2 feat: Add openai engine json reader and writer 2023-12-08 23:06:08 +07:00
hiro
9a18d3133c chore: refactor openai file structure 2023-12-08 23:06:08 +07:00
hiro
68ee6693ba chore: Remove default nitro.json file 2023-12-08 23:06:08 +07:00
hiro
6d3bf24d5c chore: remove gitkeep 2023-12-08 23:06:08 +07:00
hiro
d69f0e3321 chore: Update openai engine 2023-12-08 23:06:08 +07:00
hiro
337da50840 fix: Add fs to read and write nitro engine settings 2023-12-08 23:06:08 +07:00
hiro
19637c40bf feat: Add nitro engine settings 2023-12-08 23:06:08 +07:00
hiro
48fd8de30c feat: Init commit for inference engine for openai extension 2023-12-08 23:06:08 +07:00
hiro
c01737ff69 refactor: Change inference-extension to inference-nitro-extension 2023-12-08 23:06:08 +07:00
hiro
52d61ddc9f fix(nitro): Use nitro at 127.0.0.1 instead of 0.0.0.0 to prevent warning issue 2023-12-06 16:04:06 +07:00
Louis
f3fbade975
fix: delete message break the entire thread (#869) 2023-12-06 11:41:16 +07:00
Louis
07fc1a91f3
fix: empty assistant instruction by default (#855)
* fix: empty assistant instruction by default

* chore: there should be no error dialog for in-app update
2023-12-05 15:46:18 +07:00
hiento09
f7e3dfcc11
Bump nitro version to 0.1.21 - nitro has windows codesign (#843) 2023-12-04 22:30:09 +07:00
hiento09
09fe295c85
Hotfix jan windows download nitro failed (#838)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-12-04 16:50:03 +07:00
hiento09
a016b73c3a
Switch to download nitro .tar.gz file instead of .zip file on windows (#832)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-12-04 15:30:35 +07:00
hiro
d8db5907b8 chore: Bump nitro to 0.1.20 2023-12-04 13:25:04 +07:00
Faisal Amir
424b00338e
feat: revamp thread screen (#802)
* Make thread screen as default screen

* Blank state when user have not any model

* Cleanup topbar thread screen

* Improve style right panel

* Add instructions right panel

* Styling thread list history

* Resolve conflict

* Default title new thread

* Fix trigger panel sidebar

* Make default right panel false when no activethread

* Fix CI test

* chore: assistant instruction with system prompt

* Fix title and blank state explore the hub

* Claenup style thread screen and add buble message for assitant

* Remove unused import

* Styling more menus on thread list and right panel, and make max height textarea 400 pixel

* Finished revamp ui thread

* Finished system monitor UI

* Style box running models

* Make animate right panel more smooth

* Add status arround textarea for starting model info

* Temporary disable hide left panel

* chore: system resource monitoring update

* copy nits

* chore: typo

* Reverse icon chevron accordion

* Move my models into setting page

---------

Co-authored-by: Louis <louis@jan.ai>
Co-authored-by: 0xSage <n@pragmatic.vc>
2023-12-04 10:55:47 +07:00
NamH
1bf4c1b621
feat: pre-populate Jan's /models folder (#796)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-12-01 18:03:51 +07:00
Louis
1143bd3846
refactor: jan extensions (#799)
* refactor: rename plugin to extension
2023-12-01 11:30:29 +07:00