4428 Commits

Author SHA1 Message Date
Louis
ab3b47f134
chore: fix engine variant for mac targets (#4626) 2025-02-11 14:28:08 +07:00
Louis
931d70fc50
chore: add back env paths setting so cortex engine can load libraries properly (#4625)
* chore: add back env paths setting so cortex engine can load libraries properly

* chore: bump cortex
v0.5.15-rc9-beta
2025-02-11 13:55:25 +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
a6d2dac406
chore: change cortex.cpp log level to info for easier log observation (#4623) v0.5.15-rc8-beta 2025-02-11 11:05:13 +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
386d41028a
fix: filter out fake gpu (#4617) v0.5.15-rc7-beta 2025-02-10 21:03:28 +07:00
Louis
e877871dc6
fix: inconsistent models list on first launch (#4618) 2025-02-10 21:00:56 +07:00
Faisal Amir
6e891d9a3b
fix: remove from list dropdown when deleted remote model (#4616)
* fix: remove from list dropdown when deleted remote model

* chore: update logic
2025-02-10 20:19:47 +07:00
Emre Can Kartal
f8f19af8c5
docs: add new changelog posts and images (#4601)
* docs: add DeepSeek R1 local installation guide

- Add comprehensive guide for running DeepSeek R1 locally
- Include step-by-step instructions with screenshots
- Add VRAM requirements and model selection guide
- Include system prompt setup instructions

* docs: add comprehensive guide on running AI models locally

* docs: address PR feedback for DeepSeek R1 and local AI guides

- Improve language and terminology throughout
- Add Linux support information
- Enhance technical explanations
- Update introduction for better flow
- Fix parameters section in run-ai-models-locally.mdx

* docs: improve local AI guides content and linking

- Update titles and introductions for better SEO
- Add opinionated guidance section for beginners
- Link DeepSeek guide with general local AI guide
- Fix typos and improve readability

* docs: add new changelog posts and images

- Add DeepSeek R1 changelog (v0.5.14)
- Add key issues resolved changelog (v0.5.13)
- Add corresponding changelog images

---------

Co-authored-by: Louis <louis@jan.ai>
2025-02-10 09:49:54 +07:00
Emre Can Kartal
60447289bd
blog: improve local AI guide for beginners (#4610)
* docs: add DeepSeek R1 local installation guide

- Add comprehensive guide for running DeepSeek R1 locally
- Include step-by-step instructions with screenshots
- Add VRAM requirements and model selection guide
- Include system prompt setup instructions

* docs: add comprehensive guide on running AI models locally

* docs: address PR feedback for DeepSeek R1 and local AI guides

- Improve language and terminology throughout
- Add Linux support information
- Enhance technical explanations
- Update introduction for better flow
- Fix parameters section in run-ai-models-locally.mdx

* docs: improve local AI guides content and linking

- Update titles and introductions for better SEO
- Add opinionated guidance section for beginners
- Link DeepSeek guide with general local AI guide
- Fix typos and improve readability

* fix: remove git conflict markers from deepseek guide frontmatter

* docs: improve local AI guide for beginners

Key improvements:
- Add detailed explanation of GGUF and why it's needed
- Improve content structure and readability
- Add visual guides with SEO-friendly images
- Enhance llama.cpp explanation with GitHub link
- Fix heading hierarchy for better navigation
- Add practical examples and common questions
- Update image paths and captions for better SEO

Technical details:
- Add proper image alt text and captions
- Link to llama.cpp GitHub repository
- Clarify model size requirements
- Simplify hardware requirements section
- Improve heading structure (h1-h5)
- Add step-by-step model installation guide

* docs: add offline ChatGPT alternative guide with Jan

- Add comprehensive guide on using Jan as offline ChatGPT alternative
- Include step-by-step instructions for setup
- Add images for document chat feature
- Optimize content for SEO with relevant keywords

* docs: update description to emphasize computer-local aspect

---------

Co-authored-by: Louis <louis@jan.ai>
2025-02-10 09:43:07 +07:00
Ashley
2ef3e8b691
Merge pull request #4613 from janhq/chore/update-engine-docs
chore: Update guide for cloud model installation & some new remote engines
2025-02-09 22:28:07 +07:00
Louis
45edb9cc51
fix: error handling - pull remote models list raise an error on fail (#4615)
* chore: pull models list on /models update

* chore: correct engine extension name

* chore: fix undefined error

* chore: revert auto populating remote models on update
2025-02-09 19:40:32 +07:00
Louis
05b124f624
chore: add back app logging function (#4614) 2025-02-09 19:36:56 +07:00
Ashley
433bee7134 Added DeepSeek & Google guides, updated some images 2025-02-09 16:59:34 +07:00
Ashley
5b76a69bab Added guide for cloud model installation 2025-02-09 15:53:57 +07:00
Louis
8419973d5e
chore: open URL from model detail page should open in an external browser (#4611)
* chore: open URL from model detail page should open in an external browser

* chore: remove unused param
2025-02-09 14:23:54 +07:00
Faisal Amir
a9a63ab5d9
fix: server log actions position (#4608)
* fix: sever log actions position

* chore: unused import
2025-02-09 13:07:08 +07:00
Faisal Amir
c5f17b4e83
fix: remote engine model auto select (#4609) 2025-02-09 13:06:57 +07:00
Louis
42f767c191
chore: update remote provider response transform template (#4602) 2025-02-08 07:55:57 +07:00
Emre Can Kartal
404c3f096e
docs: improve local AI guides content and linking (#4600)
* docs: add DeepSeek R1 local installation guide

- Add comprehensive guide for running DeepSeek R1 locally
- Include step-by-step instructions with screenshots
- Add VRAM requirements and model selection guide
- Include system prompt setup instructions

* docs: add comprehensive guide on running AI models locally

* docs: address PR feedback for DeepSeek R1 and local AI guides

- Improve language and terminology throughout
- Add Linux support information
- Enhance technical explanations
- Update introduction for better flow
- Fix parameters section in run-ai-models-locally.mdx

* docs: improve local AI guides content and linking

- Update titles and introductions for better SEO
- Add opinionated guidance section for beginners
- Link DeepSeek guide with general local AI guide
- Fix typos and improve readability

* fix: remove git conflict markers from deepseek guide frontmatter

---------

Co-authored-by: Louis <louis@jan.ai>
2025-02-07 23:44:36 +07:00
Faisal Amir
9837d09756
fix: load model error component (#4604)
* fix: load model error should using error component

* chore: fix linter issue
2025-02-07 22:18:21 +07:00
Faisal Amir
5ca310384a
chore: update style codeblock (#4599) 2025-02-06 21:42:52 +07:00
Louis
a70735b8a5
chore: bump cortex with conversation patch update (#4598)
* chore: correct conversational PATCH methods with latest cortex update (#4568)

# Conflicts:
#	extensions/inference-cortex-extension/bin/version.txt

* chore: bump cortex 1.0.9-rc8
v0.5.15-rc6-beta
2025-02-06 21:03:02 +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
c32c9e1dcb
chore: add DeepSeek R1 Distill models to Hub (#4586) 2025-02-05 23:10:40 +07:00
Louis
b79edc225b
chore: add default inference parameters for custom remote models (#4584) 2025-02-05 21:21:36 +07:00
Faisal Amir
f2f31d8dc8
chore: calculate model label (#4585)
* chore: fix claculate model label

* chore: update test model label
2025-02-05 20:29:46 +07:00
Faisal Amir
ed5c6a61a5
enhancement: toggle change cover hub banner style (#4579) 2025-02-05 15:29:11 +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
v0.5.15-rc5-beta
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
7f4155c443
enhancement: error ui in threads (#4578) v0.5.15-rc4-beta 2025-02-05 12:26:15 +07:00
Faisal Amir
2d82567de7
enhancement: adjust hub ui in different themes (#4574) 2025-02-04 21:24:04 +07:00
Faisal Amir
678116c6d6
fix: exclude yml into totaldownload start next version (#4572) 2025-02-04 20:59:27 +07:00
Louis
ddc2cd5e0f
chore: correct conversational PATCH methods with latest cortex update (#4568) 2025-02-04 19:25:01 +07:00
Faisal Amir
e99cbd9e5c
enhancement: code snippet color and bakground should depend on native theme (#4566) 2025-02-04 19:12:08 +07:00
Faisal Amir
0cc6f29f7f
fix: download progress import from hgf (#4567) 2025-02-04 19:09:20 +07:00
Faisal Amir
f8557c78d5
fix: think content render as markdown (#4564)
* fix: think content render as markdown

* chore: fix linter issue failed on CI
2025-02-04 14:54:21 +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
Emre Can Kartal
54e04c8262
blog: add DeepSeek R1 local installation guide (#4552)
* docs: add DeepSeek R1 local installation guide

- Add comprehensive guide for running DeepSeek R1 locally
- Include step-by-step instructions with screenshots
- Add VRAM requirements and model selection guide
- Include system prompt setup instructions

* docs: add comprehensive guide on running AI models locally

* docs: address PR feedback for DeepSeek R1 and local AI guides

- Improve language and terminology throughout
- Add Linux support information
- Enhance technical explanations
- Update introduction for better flow
- Fix parameters section in run-ai-models-locally.mdx

---------

Co-authored-by: Louis <louis@jan.ai>
2025-02-03 21:01:27 +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
Faisal Amir
899f01d5c4
enhancement: update ui uploading files and images (#4562) 2025-02-03 20:36:19 +07:00
Faisal Amir
043284f51e
chore: reasoning block (#4551)
* chore: reasoning text block

* chore: update interface support all theme

* chore: update failed test

* chore: update state collapsed based on message index

* fix: use reserve_id instead of message index

* chore: clean up

* chore: fix loading indicator

---------

Co-authored-by: Louis <louis@jan.ai>
v0.5.15-rc3-beta
2025-02-01 22:22:45 +07:00
Faisal Amir
f2bb9c91de
chore: align item menu action error message (#4548) 2025-01-30 21:20:55 +07:00
Louis
33db5135b1
feat: auto pull models list when setting up remote engine (#4547) v0.5.15-rc2-beta 2025-01-30 17:26:46 +07:00
Louis
f071497c0e
chore: rotate model hub banner on app launch until set (#4542) 2025-01-29 23:12:16 +07:00
Louis
350c9f7def
chore: maintain app distinct_id on factory reset (#4541) v0.5.15-rc1-beta 2025-01-29 21:52:00 +07:00
Louis
144b836935
fix: app does not reload model when prompt template is updated (#4537)
* fix: app does not reload model when prompt template is updated

* chore: lint fix
2025-01-29 21:50:17 +07:00
Louis
0a41a2456c
chore: sync cortex engine version (#4536) 2025-01-28 23:39:50 +07:00
Faisal Amir
010802012f
fix: broken range slider ctx lenght (#4535) 2025-01-28 23:15:02 +07:00