diff --git a/bun.lockb b/bun.lockb index 71e9d11..19d9b52 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/content/2.how-to guides/1.download-offline-models.md b/content/2.how-to guides/1.download-offline-models.md index b513e7c..0ec0694 100644 --- a/content/2.how-to guides/1.download-offline-models.md +++ b/content/2.how-to guides/1.download-offline-models.md @@ -1,6 +1,6 @@ --- title: Download Offline Models -description: +description: Download a wide variety of models to use offline with Local AI --- Msty lets you download a wide variety of models to use offline with Local AI. You can choose to install any model from Ollama or import supported `gguf` model files from HuggingFace, directly within Msty. diff --git a/content/2.how-to guides/2.use-existing-ollama-models.md b/content/2.how-to guides/2.use-existing-ollama-models.md index 3921bfb..e072671 100644 --- a/content/2.how-to guides/2.use-existing-ollama-models.md +++ b/content/2.how-to guides/2.use-existing-ollama-models.md @@ -1,6 +1,6 @@ --- title: Use existing Ollama Models -description: +description: Learn how to use your existing Ollama models with Msty --- Msty can share models download location with Ollama. This allows you to use the models that you have already downloaded prior to installing Msty on your computer, as well as continue using them with Ollama if necessary. diff --git a/content/2.how-to guides/3.ignore files and folders in Knowledge Stack.md b/content/2.how-to guides/3.ignore files and folders in Knowledge Stack.md index e92bf12..1592ce9 100644 --- a/content/2.how-to guides/3.ignore files and folders in Knowledge Stack.md +++ b/content/2.how-to guides/3.ignore files and folders in Knowledge Stack.md @@ -1,6 +1,6 @@ --- title: Ignore files and folders in Knowledge Stack -description: +description: Learn how to use .mstyignore to exclude files and folders from your knowledge stack --- The `.mstyignore` file is a powerful tool allows you to specify which files and folders should be ignored when composing your knowledge stack. By using `.mstyignore`, you can streamline your knowledge base, exclude unnecessary files, and maintain a cleaner, more focused stack. diff --git a/package.json b/package.json index 56762bd..5c82bcd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare", - "deploy": "nuxi build --preset=cloudflare_pages && wrangler pages deploy dist/" + "pages:deploy": "nuxi build --preset=cloudflare_pages && wrangler pages deploy dist/" }, "dependencies": { "nuxt": "^3.12.2",