mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-19 13:45:58 -04:00
Merge branch 'rel/changes' into prod
This commit is contained in:
@@ -25,7 +25,7 @@ Under Local AI Service, click on the edit button in Models Path setting to edit
|
||||
|
||||
Ollama models are generally located under:
|
||||
|
||||
::tabs{variant="card"}
|
||||
::tabs{variant="card" sync="download-os"}
|
||||
::div{label="Windows" icon="iconoir:windows"}
|
||||
```
|
||||
C:\Users\<username>\.ollama\models
|
||||
|
||||
@@ -5,55 +5,67 @@ navTruncate: false
|
||||
---
|
||||
|
||||
For your convenience, Msty bundles the latest version of Local AI service (Ollama) with the app at the time of the app release.
|
||||
However, if you want to get the latest version of Local AI service, first try going to `Settings` > `Local AI` > `Service Version` and clicking on `Check for updates`.
|
||||
However, if you want to get the latest version of Local AI service, first try going to Settings > Local AI > Service Version and clicking on `Check for Updates`.
|
||||
If there is a new version available, it will be downloaded.
|
||||
|
||||
|
||||
## Manual download
|
||||
|
||||
If you are unable to download the latest version of Local AI service using this method, you can follow the steps below to manually download and install the latest version of Local AI service.
|
||||
|
||||
## On macOS
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
2. From under `Assets`, download the latest version of Ollama for macOS by downloading `ollama-darwin.tgz` (NOT `ollama-darwin.zip`).
|
||||
3. Once downloaded and extracted, copy `ollama-darwin` to `~/Library/Application Support/Msty` and rename it as `msty-local`.
|
||||
4. Open Terminal and run the following command to make the file executable:
|
||||
```bash
|
||||
chmod +x ~/Library/Application\ Support/Msty/msty-local
|
||||
```
|
||||
5. Restart Msty and verify the version of Local AI service by going to `Settings` > `Local AI Service > Service Version`.
|
||||
::tabs{variant="card" sync="download-os"}
|
||||
::div{label="Windows" icon="iconoir:windows"}
|
||||
### Windows
|
||||
|
||||
## On Windows
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
2. From under `Assets`, download the latest version of Ollama for Windows by downloading `ollama-windows-amd64.zip`.
|
||||
3. Once downloaded, extract the contents of the zip file and copy `ollama-windows.exe` to `C:\Users\<username>\AppData\Roaming\Msty` and rename it as `msty-local.exe`.
|
||||
4. Copy `lib` folder to `C:\Users\<username>\AppData\Roaming\Msty`.
|
||||
5. If you are on NVIDIA GPU, you can optionally remove `rocm`
|
||||
6. If you are on AMD GPU, you can optionally remove `cuda`
|
||||
7. Restart Msty and verify the version of Local AI service by going to `Settings` > `Local AI Service > Service Version`.
|
||||
::alert{type="info" icon="tabler:info-circle"}
|
||||
**Note**: There is a small annoyance with the official build of Ollama where during chatting it opens up a blank Terminal window. You could just ignore it or wait for the latest release of Msty. We have sent a PR to Ollama team and waiting for it to get merged. Please upvote this PR to get it prioritized: https://github.com/ollama/ollama/pull/8668
|
||||
::
|
||||
|
||||
**Note**: There is a small annoyance with the official build of Ollama where during chatting it opens up a blank Terminal window. You could just ignore it or wait for the latest
|
||||
release of Msty. We have sent a PR to Ollama team and waiting for it to get merged. Please upvote this PR to get it prioritized: https://github.com/ollama/ollama/pull/4287
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
2. From under `Assets`, download `ollama-windows-amd64.zip`.
|
||||
3. Once downloaded, extract the contents of the zip file and move `ollama.exe` to `C:\Users\<username>\AppData\Roaming\Msty`
|
||||
4. Rename `ollama.exe` to `msty-local.exe`.
|
||||
5. Move `lib` folder to `C:\Users\<username>\AppData\Roaming\Msty`
|
||||
|
||||
#### Additional config for ROCm (AMD GPU) users only:
|
||||
1. Delete `lib` folder from `C:\Users\<username>\AppData\Roaming\Msty` if exists
|
||||
2. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
3. From under `Assets`, download `ollama-windows-amd64-rocm.tgz`
|
||||
4. Once downloaded, extract contents and move `lib` folder to `C:\Users\<username>\AppData\Roaming\Msty`
|
||||
::
|
||||
|
||||
## On Linux
|
||||
::div{label="Mac" icon="hugeicons:apple"}
|
||||
### Mac
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
2. From under `Assets`, download `ollama-darwin.tgz` (NOT `Ollama-darwin.zip`).
|
||||
3. Once downloaded and extracted, move `ollama-darwin` to `~/Library/Application Support/Msty`
|
||||
4. Rename `ollama-darwin` to `msty-local`
|
||||
5. Open Terminal and run the following command to make the file executable:
|
||||
```bash
|
||||
chmod +x ~/Library/Application\ Support/Msty/msty-local
|
||||
```
|
||||
::
|
||||
|
||||
### For CUDA users:
|
||||
::div{label="Linux" icon="ph:linux-logo"}
|
||||
### Linux
|
||||
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
2. From under `Assets`, download the latest version of Ollama for Linux - `ollama-linux-amd64.tgz`
|
||||
3. Once downloaded, copy `lib` to `~/.config/Msty/`
|
||||
4. Copy `bin/ollama` to `~/.config/Msty/` and rename it as `msty-local`
|
||||
5. Open Terminal and run the following command to make the file executable:
|
||||
```bash
|
||||
chmod +x ~/.config/Msty/msty-local
|
||||
```
|
||||
6. Restart Msty and verify the version of Local AI service by going to `Settings` > `Local AI Service > Service Version`.
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
2. From under `Assets`, download `ollama-linux-amd64.tgz`
|
||||
3. Once downloaded, unzip and move `bin` and `lib` to `~/.config/Msty/`
|
||||
4. Rename `ollama` executable under `bin` to `msty-local`
|
||||
5. Open Terminal and run the following command to make the file executable:
|
||||
```bash
|
||||
chmod +x ~/.config/Msty/bin/msty-local
|
||||
```
|
||||
|
||||
#### Additional config for ROCm (AMD GPU) users only:
|
||||
1. Delete `lib` folder from `~/.config/Msty` if exists
|
||||
2. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
3. From under `Assets`, download `ollama-linux-amd64-rocm.tgz`
|
||||
4. Once downloaded, unzip and move `lib` under `~/.config/Msty/`
|
||||
::
|
||||
::
|
||||
|
||||
### For ROCm (AMD GPU) users:
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
2. From under `Assets`, download the latest version of Ollama for Linux by downloading the one appropriate for your system - either `ollama-linux-amd64-rocm.tgz`
|
||||
3. Once downloaded, copy `lib` to `~/.config/Msty/`
|
||||
4. Copy `bin/ollama` to `~/.config/Msty/` and rename it as `msty-local`
|
||||
5. Open Terminal and run the following command to make the file executable:
|
||||
```bash
|
||||
chmod +x ~/.config/Msty/msty-local
|
||||
```
|
||||
6. Restart Msty and verify the version of Local AI service by going to `Settings` > `Local AI Service > Service Version`.
|
||||
Now restart Msty and verify the new version of Local AI service by going to Settings > Local AI > Service Version.
|
||||
|
||||
You can cleanup the downloaded files once the above steps are complete.
|
||||
@@ -13,5 +13,5 @@ For security reasons, Msty saves your API keys in the keychain of your device. W
|
||||
|
||||
To avoid re-entering the API keys on every device, you can choose to save the API keys **unencrypted** in the Workspace folder. This option is available when you add a new API key or edit an existing API key. Just uncheck `Save key securely in keychain` option when adding or editing an API key. Keep in mind that this needs to be done **before** you create the Workspace and import it to another device.
|
||||
|
||||
::image-plain{src="/how-to/sync-msty-between-devices/api-key-keychain.webp" alt="Uncheck 'Save key securely in keychain' to avoid re-entering API keys on every device"}
|
||||
::image-plain{src="/how-to/share-msty-between-devices/api-key-keychain.webp" alt="Uncheck 'Save key securely in keychain' to avoid re-entering API keys on every device"}
|
||||
::
|
||||
|
||||
+3
-3
@@ -11,13 +11,13 @@
|
||||
"pages:deploy": "nuxi build --preset=cloudflare_pages && wrangler pages deploy dist/"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "^3.15.0",
|
||||
"shadcn-docs-nuxt": "^0.8.7",
|
||||
"nuxt": "^3.16.1",
|
||||
"shadcn-docs-nuxt": "^0.8.21",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^3.99.0",
|
||||
"wrangler": "^4.6.0",
|
||||
"unenv": "^1.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user