1289 Commits

Author SHA1 Message Date
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
4266d86226 fix: Passing model object instead of model id 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
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
6f55cffb20 fix: Add model object to MessageRequest 2023-12-08 23:06:49 +07:00
hiro
fb8729bff3 fix: Check model engine openai for Use 2023-12-08 23:06:49 +07:00
hiro
cb60a7cf92 chore: Change type ModelRuntimeParam to ModelRuntimeParams 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
ffbfaf1fd1 feat: Add Event OnModelStop emission to web 2023-12-08 23:06:49 +07:00
hiro
a51b206cb8 fix: Add OnModelStopped Event 2023-12-08 23:06:49 +07:00
hiro
a8e33c2a97 fix: Update engine as enum 2023-12-08 23:06:49 +07:00
hiro
0c838cecb1 fix: Update event types 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
Louis
489c8584a9 chore: models ref event handler 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
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
1bc5fe64f3 fix: Use Events for init, load, stop models 2023-12-08 23:06:49 +07:00
hiro
9aca37a30c chore: Add fs abstraction for checkFileExists 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
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
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
Louis
8bde944122
fix: import_typescript.default.isTokenKind is not a function (#923) 2023-12-08 22:05:33 +07:00
Louis
cfec5f9493
chore: universal module definition (#902) 2023-12-08 16:52:00 +07:00
Hieu
9b00f6a31f
docs: add assistants api reference (#801)
docs: add assistants api reference (#801)
2023-12-08 18:33:20 +09:00
automaticcat
ca0ad7d3b8
Merge pull request #840 from janhq/813-feat-json-schema-for-frontend-parameters
docs: add json schema for engine and model parameters
2023-12-08 16:25:41 +07:00
Ashley
a77e50b160
Merge pull request #903 from janhq/ashley/update-README
Update README.md
2023-12-08 14:58:23 +07:00
automaticcat
c664ab8811
Merge branch 'main' into 813-feat-json-schema-for-frontend-parameters 2023-12-08 14:46:44 +07:00
hieu-jan
f7a240273b Merge branch 'docs/assistants-api-reference' of https://github.com/janhq/jan into docs/assistants-api-reference 2023-12-08 04:05:11 +09:00
hieu-jan
78b620896d fix: minor bugs on models endpoints 2023-12-08 04:03:02 +09:00
Hieu
e1b9316ee6
Merge branch 'main' into docs/assistants-api-reference 2023-12-08 03:59:46 +09:00
hieu-jan
ba2341e4c3 add assistants request and response 2023-12-08 03:59:02 +09:00
Hieu
7de6d18927
Merge pull request #894 from janhq/feat/improve-seo
feat: improve SEO keywords
2023-12-07 18:52:10 +09:00
Ashley
863c459f57
Update README.md
- Update headline & tagline
- Update demo video with latest ver (0.4)
- Update quick links for Jan & Nitro
2023-12-07 16:16:22 +07:00
Faisal Amir
e836eb1a2e Remove console.log 2023-12-07 15:05:26 +07:00