1323 Commits

Author SHA1 Message Date
Faisal Amir
f8188f29bb fix: improve landing page 2023-12-11 14:28:48 +07:00
hiro
79b9997aa2
Merge pull request #935 from janhq/fix/inference_model_parameters
fix: model parameters for inference extensions
2023-12-11 13:11:16 +07:00
Louis
c4d8defe94
refactor: deprecate invokers - auto proxying apis - strict types (#924)
* refactor: deprecate invokers

* refactor: define routes and auto proxying routes

* refactor: declare types for APIs, avoid making dynamic calls to any functions from the web

* chore: deprecate route handling from preload script

* refactor: deprecate unused apis
2023-12-11 13:10:53 +07:00
Hieu
df977143ec
docs: standardize yaml files (#933)
docs: standardize yaml files
2023-12-11 13:04:16 +09:00
Hieu
59aef97409
Merge branch 'main' into docs/standardize-yaml-files 2023-12-11 11:25:14 +09:00
hiro
97f3733a52 chore: remove default parameters for openai gpt models 2023-12-10 20:16:37 +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
Faisal Amir
c811ec611e Fix floating border outside card accordion 2023-12-10 15:42:35 +07:00
hieu-jan
c645ef8173 feat: turn on search API reference 2023-12-10 11:53:15 +09:00
hieu-jan
f851ca0587 docs: update threads.yaml 2023-12-10 11:50:01 +09:00
hieu-jan
a34a630ee5 docs: standardize yaml files 2023-12-10 11:37:51 +09:00
hiro
ee16683d0a
Merge pull request #814 from janhq/feat/inference_engines
feat: Multiple inference engines for nitro and openai
2023-12-09 01:09:47 +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
Louis
ef9dfc9cce chore: add ready state to remote models 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
fbf8ff9d3d fix: Update lint for engine in ThreadAssistantInfo 2023-12-08 23:06:49 +07:00
hiro
6cd4cb95fe fix: model gpt json 2023-12-08 23:06:49 +07:00
hiro
9daee14167 fix: Add hack waiting for model loading 2023-12-08 23:06:49 +07:00
hiro
975e9718bf chore: remove unused console.log 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
2a853a23ea feat: Add openai models 2023-12-08 23:06:49 +07:00
hiro
6fe901b83c fix: Hub fix for undefined model size 2023-12-08 23:06:49 +07:00
hiro
28368ee03b fix: Add engine nitro 2023-12-08 23:06:49 +07:00
hiro
bb4b4c5c20 fix: Fix resend button with model object 2023-12-08 23:06:49 +07:00
hiro
6add24c643 fix: debugging 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
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