Louis
c5a5e55afe
fix: should disable start model button when there is a model is loading ( #4713 )
2025-02-21 01:05:17 +07:00
Louis
eba6884abb
feat: allow users to refresh cloud model list ( #4698 )
...
* feat: allow users to refresh cloud model list
* chore: reusable model list refresh
* chore: clean up
2025-02-19 23:24:29 +07:00
Louis
133af33014
chore: typo
2025-02-18 18:02:22 +07:00
Louis
dc06a07c71
Merge branch 'release/v0.5.15' into chore/sync-release-to-dev
...
# Conflicts:
# extensions/engine-management-extension/rolldown.config.mjs
# extensions/inference-cortex-extension/bin/version.txt
# extensions/yarn.lock
# web/containers/Layout/BottomPanel/SystemMonitor/index.tsx
# web/containers/ModelDropdown/index.tsx
# web/containers/ModelLabel/ModelLabel.test.tsx
# web/screens/Settings/HuggingFaceRepoDetailModal/ModelDownloadRow/index.tsx
# web/screens/Thread/ThreadCenterPanel/TextMessage/MarkdownTextMessage.tsx
# web/screens/Thread/ThreadCenterPanel/TextMessage/index.tsx
# yarn.lock
2025-02-18 16:33:58 +07:00
Faisal Amir
4ff7959334
fix: reload app when gpu change ( #4678 )
2025-02-18 11:40:44 +07:00
Faisal Amir
9dc2597540
chore: update ui width text field slider, and conditional button copy for hgf token ( #4661 )
2025-02-17 15:19:59 +07:00
Faisal Amir
929fc579ec
chore: disable turn off local engine llamacpp ( #4660 )
2025-02-17 13:44:00 +07:00
Faisal Amir
dde260e723
fix: gpu hardware state ( #4650 )
...
* fix: gpu hardware state
* chore: cleanup state
* chore: clear state
2025-02-14 11:21:18 +07:00
Louis
470fd64ab5
chore: bump cortex.cpp server 1.0.10-rc6 ( #4642 )
...
* chore: bump cortex.cpp server 1.0.10-rc6
* chore: don't force stop model on delete if its not currently running
2025-02-13 12:39:04 +07:00
Faisal Amir
aed42edb3f
fix: multiple gpu ( #4641 )
...
* fix: multiple gpu
* chore: check vulkan when app load
* chore: remove log
* chore: update engine variant conditional
2025-02-12 22:50:56 +07:00
Faisal Amir
6d73f49cdf
fix: filter out variant engine ( #4639 )
...
* fix: filter out variant engine
* fix: filter out startwith
2025-02-12 19:20:38 +07:00
Louis
087aaa5a55
fix: app shows update button even there is no new release ( #4628 )
2025-02-11 15:29:24 +07:00
Faisal Amir
1fe15236a0
fix: remove toggle enable GPU from setting ( #4624 )
...
* fix: remove toggle enable GPU
* chore: remove logic
* chore: fix linter
2025-02-11 13:49:51 +07:00
Louis
ceb93cafef
chore: bump cortex to the latest version 1.0.10-rc1 to address hardware UI issues ( #4622 )
...
* chore: bump cortex to the latest version 1.0.10-rc1 to address hardware API issues
* fix: app crashes while reading properties from undefined value
* fix: cuda engine variant selection logic
2025-02-11 10:24:47 +07:00
Faisal Amir
c5f17b4e83
fix: remote engine model auto select ( #4609 )
2025-02-09 13:06:57 +07:00
Louis
a87bbd2840
chore: add google gemini and deepseek as new supported remote engine providers ( #4596 )
...
* chore: add google gemini and deepseek as new supported remote engine providers
* chore: add logos
* chore: fallback default error message on empty
* chore: update open router models
* chore: typo fix
* chore: remove unusable queen vl
2025-02-06 20:52:42 +07:00
Ashley
ca220d18a6
chore: Updated copies in-app ( #4527 )
...
* Updated copies in Advanced Settings
* Updated copies in Extensions Settings
* Updated copies in Engines Settings
* Updated copies in Engines Settings
* Updated copies in Install Engine modal
* chore: lint fix
---------
Co-authored-by: Louis <louis@jan.ai>
2025-02-06 10:09:32 +07:00
Louis
4846befd4a
chore: engine model adding ux refinement ( #4580 )
...
* fix: enhance remote engine models adding UX
* fix: OpenAI o3 support template
* chore: fix models populating error
* chore: missing dependency
2025-02-05 15:28:35 +07:00
Faisal Amir
095a00441c
chore: delete custom engine ( #4581 )
...
* chore: delete custom engine
* chore: fix linter
2025-02-05 15:19:44 +07:00
Faisal Amir
0cc6f29f7f
fix: download progress import from hgf ( #4567 )
2025-02-04 19:09:20 +07:00
Faisal Amir
daa7c0ca21
feat: better hardware setting ( #4471 )
...
* feat: better hardware setting
* chore: update layout
* feat: better hardware setting
* chore: fix title section
* chore: added hardware engine management
* chore: integrate gpus and enable set gpu activate
* chore: update calculate ram and vram
* chore: update calulate vram and ram used
* fix: set active gpus
* chore: fix progress bar spacing
* chore: always update cache vram gpu
* chore: update cpu usage percentage
* chore: fix type usage cpu
* chore: update ram cpus usage getsystemmonitor from new api harware engine management system
* test: update test case data using hardware management extension
* chore: resolve conflict lock json
* chore: cleanup app services
* chore: update type OperationSystemInfo
* chore: update app service
* chore: show list gpus on system monitor
* chore: remove monitoring extension
* chore: update test case app service
* chore: remove unused hooks useGpusSetting
* chore: remove monitor from shource index
* chore: fix test core
* chore: update gpu and cpu info on engine management ext
* chore: fix app service test
* chore: update test appService include cpu info
* chore: filter gpus show or hide on system monitor based activated gpu
* chore: remove unused run_mode
* chore: remove tensort
* chore: update check gpu run_mode
* chore: handle undefined gpus
* chore: cleanup PR
* chore: cleanup process node error
* chore: fix type
2025-02-03 22:01:08 +07:00
Faisal Amir
72b9aaeba1
enhancement: remote engine model ( #4560 )
...
* enhancement: add option delete model remote engine
* enhancement: add menu delete remote engine models
2025-02-03 20:36:31 +07:00
Louis
83f090826e
feat: Jan Hub Revamp ( #4491 )
...
* feat: model hub revamp UI
* chore: model description - consistent markdown css
* chore: add model versions dropdown
* chore: integrate APIs - model sources
* chore: update model display name
* chore: lint fix
* chore: page transition animation
* feat: model search dropdown - deeplink
* chore: bump cortex version
* chore: add remote model sources
* chore: model download state
* chore: fix model metadata label
* chore: polish model detail page markdown
* test: fix test cases
* chore: initialize default Hub model sources
* chore: fix model stats
* chore: clean up click outside and inside hooks
* feat: change hub banner
* chore: lint fix
* chore: fix css long model id
2025-01-28 22:23:25 +07:00
Faisal Amir
c46e30d001
enhancement: unconsistent text color model name, hidden api-key field, and chat completion field under advance setting ( #4532 )
2025-01-28 21:45:32 +07:00
Faisal Amir
be6de587c5
enhancement: update responsive setting and my model page ( #4533 )
2025-01-28 21:45:20 +07:00
Louis
6dd090acc1
feat: allow users to add remote models ( #4534 )
2025-01-28 18:07:59 +07:00
Faisal Amir
afae57b52b
enhancement: added space scroll remote engine setting ( #4523 )
...
* enhancement: added space scroll remote engine setting
* chore: show icon history only left panel close on thread page
2025-01-27 20:22:54 +07:00
Faisal Amir
cdc7d2ba47
enhancement: minor ui refinements ( #4521 )
...
* enhancement: minor ui refinements
* chore: update test case
2025-01-26 20:41:52 +07:00
Doan Bui
83550cd0d1
Feat: Allow HTTP proxy authentication inputs ( #4479 )
...
* sub dir
* setting proxy
* test useConfigurations
* fix lint
* test
* test 2
* update check
2025-01-24 09:31:26 +07:00
Louis
9cf63f87cc
chore: fix type access
2025-01-18 09:16:32 +07:00
Louis
b81516a50f
chore: bump cortex latest rc 1.0.9-rc4 - fix engines list in my models page
2025-01-17 18:06:04 +07:00
Louis
a8cac58355
chore: refactor - clean out useEngines - mutate swr to update
2025-01-17 12:43:35 +07:00
Louis
f328c357da
fix: remote engine revamp issues
2025-01-17 11:32:13 +07:00
Louis
1affa5a144
fix: app crashes on select cloud model first time onboarding
2025-01-16 19:59:22 +07:00
Louis
89e21be09d
fix: linter
2025-01-16 16:32:54 +07:00
Louis
589fc53030
fix: race condition between model stop and engine update
2025-01-16 16:28:05 +07:00
Louis
713926e68c
chore: attempt to stop model before switching engine variant
2025-01-16 16:18:32 +07:00
Louis
91e0ca1263
chore: fix engine description hyperlink display
2025-01-16 10:29:06 +07:00
Louis
dd791b9527
Merge pull request #4457 from janhq/feat/move-cortex-extension-settings-to-engine
...
feat: move cortex extension settings to local engine page
2025-01-15 20:29:52 +07:00
Louis
0f4b35d179
fix: engines in settings sometime not populated properly
2025-01-15 19:51:48 +07:00
Louis
f5dd44c4cb
feat: move cortex extension settings to local engine page
2025-01-15 19:47:48 +07:00
Louis
1964a9cf4d
fix: hide placeholder python engine and unsupported openai o1 system role ( #4455 )
2025-01-15 19:26:44 +07:00
Faisal Amir
231c7116ea
chore: add chat completion field form add remote engine ( #4452 )
2025-01-15 15:45:52 +07:00
Ashley
4e387a79f7
Merge pull request #4448 from janhq/chore/update-in-app-copy
...
Chore: Update in-app copy
2025-01-15 11:11:37 +07:00
Doan Bui
ffec1cfde3
feat: delete all threads ( #4446 )
...
* add delete all threads
* add testcase
* add testcase
* fix lint
* fix linter
* fix linter
* change position Delete All Threads
2025-01-15 11:00:31 +07:00
Ashley
6b44bde9c9
Resolved conflicts
2025-01-14 22:51:39 +07:00
Ashley
1174772958
Updated some copies in Settings
2025-01-14 22:13:10 +07:00
Faisal Amir
2a0601f75a
feat: remote engine management ( #4364 )
...
* feat: remote engine management
* chore: fix linter issue
* chore: remove unused imports
* fix: populate engines, models and legacy settings (#4403 )
* fix: populate engines, models and legacy settings
* chore: legacy logics update configured remote engine
* fix: check exist path before reading
* fix: engines and models persist - race condition
* chore: update issue state
* test: update test cases
* chore: bring back Cortex extension settings
* chore: setup button gear / plus based apikey
* chore: fix remote engine from welcome screen
* chore: resolve linter issue
* chore: support request headers template
* chore: update engines using header_template instead of api_key_template
* chore: update models on changes
* fix: anthropic response template
* chore: fix welcome screen and debounce update value input
* chore: update engines list on changes
* chore: update engines list on change
* chore: update desc form add modal remote engines
* chore: bump cortex version to latest RC
* chore: fix linter
* fix: transform payload of Anthropic and OpenAI
* fix: typo
* fix: openrouter model id for auto routing
* chore: remove remote engine URL setting
* chore: add cohere engine and model support
* fix: should not clean on app launch - models list display issue
* fix: local engine check logic
* chore: bump app version to latest release 0.5.13
* test: fix failed tests
---------
Co-authored-by: Louis <louis@jan.ai>
2025-01-14 17:29:56 +07:00
Faisal Amir
548dd6c027
chore: resolve button state download engine variant ( #4444 )
2025-01-13 22:13:56 +07:00
Louis
55dbc9f9f5
fix: scrollable settings view
2025-01-08 06:59:33 +07:00