* refactor: move Electron app to main directory and enforce ts strict mode * chore: add pre-install plugins * remove duplicated initModel function Signed-off-by: James <james@jan.ai> * chore: correct module path * fix: dynamic import does not work with ts * chore: web should be able to run on target host browser * fix: history panel, should display conversations rather just blank state * chore: init default model * chore: pluggin in ts * fix: pre-pack model management * fix: compiled core should not include plugins * chore: refactor - invoke plugin function * refactor download/delete file Signed-off-by: James <james@jan.ai> * update prebuild lib Signed-off-by: James <james@jan.ai> * chore: yarn workspace * chore: update yarn workspace * chore: yarn workspace with nohoist * fix: llama-cpp-import * chore: fix data-plugin wrong module path * chore: correct build step * chore: - separate inference service (#212) - remove base-plugin Signed-off-by: James <james@jan.ai> Co-authored-by: James <james@jan.ai> * chore: update core plugins * chore: hide installation prompt and fix model load - management plugin * chore: remove legacy files; update readme * fix: refresh page lost the download state Signed-off-by: James <james@jan.ai> * fix: ai prompt not passed to plugin Signed-off-by: James <james@jan.ai> * chore: module import fix for production * chore: auto updater * chore: package is public * chore: fix yarn workspace config * update: model management uses Q4_K_M * chore: fix yarn scripts for publishing * chore: app updater - progress update message * chore: user confirms update action * adding some state for changing page store downloaded model to database Signed-off-by: James <james@jan.ai> * chore: refactor plugins into yarn workspace - a single command to publish all base plugins * chore update readme (#218) Co-authored-by: Hien To <tominhhien97@gmail.com> * change app name and app icon Signed-off-by: James <james@jan.ai> * remove: go-to-nowhere actions * chore: bundle core plugins from root and scan default plugins * fix: app crashes on different field name lookup * chore: css fix * chore: bind download progress to app ui * chore: bind active model * chore: simplify app splash-screen only centered jan icon * feature: system monitoring plugin (#196) * feat: Add function for system monitoring * chore: register plugin functions * chore: move to corresponding directory * chore: bind system monitoring data to UI --------- Co-authored-by: Louis <louis@jan.ai> * chore: add build:plugins step to README * chore: model searching and fix model name * fix: plugin file selected appearance * fix: create new conversation does not work * fix: delete conversation not update state - messages still exist * chore: fix asset path prefix * Add CICD for macos (#221) Co-authored-by: Hien To <tominhhien97@gmail.com> * chore: fix production plugin path * chore: add shell open url in external browser --------- Signed-off-by: James <james@jan.ai> Co-authored-by: James <james@jan.ai> Co-authored-by: NamH <NamNh0122@gmail.com> Co-authored-by: 0xSage <n@pragmatic.vc> Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com> Co-authored-by: Hien To <tominhhien97@gmail.com> Co-authored-by: namvuong <22463238+vuonghoainam@users.noreply.github.com>
11 lines
1.4 KiB
XML
11 lines
1.4 KiB
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="url(#paint0_linear_917_581)"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.62124 7.91547C5.9534 6.89938 7.50855 6.22952 8.28666 5.90587C10.5083 4.9818 10.97 4.82128 11.2709 4.81597C11.3371 4.81481 11.485 4.83121 11.5809 4.90899C11.6618 4.97466 11.6841 5.06337 11.6947 5.12563C11.7054 5.1879 11.7187 5.32974 11.7081 5.44057C11.5877 6.70556 11.0668 9.77535 10.8018 11.1922C10.6896 11.7917 10.4688 11.9927 10.255 12.0123C9.79046 12.0551 9.43769 11.7053 8.98772 11.4104C8.28362 10.9488 7.88584 10.6615 7.20239 10.2111C6.41254 9.69061 6.92457 9.40454 7.3747 8.93701C7.4925 8.81466 9.53943 6.95282 9.57905 6.78392C9.584 6.7628 9.5886 6.68406 9.54182 6.64248C9.49505 6.60091 9.42601 6.61512 9.37619 6.62643C9.30557 6.64246 8.18075 7.38592 6.00174 8.85681C5.68247 9.07605 5.39328 9.18287 5.13417 9.17727C4.84853 9.1711 4.29907 9.01577 3.8906 8.88299C3.3896 8.72014 2.99142 8.63403 3.02609 8.35745C3.04415 8.2134 3.24253 8.06607 3.62124 7.91547Z" fill="white"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_917_581" x1="8" y1="0" x2="8" y2="15.8813" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#2AABEE"/>
|
|
<stop offset="1" stop-color="#229ED9"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|