fix descriptions

This commit is contained in:
Ashok Gelal
2024-07-10 10:05:36 -04:00
parent 83c55efcc4
commit 985042b4dc
5 changed files with 4 additions and 4 deletions
BIN
View File
Binary file not shown.
@@ -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.
@@ -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.
@@ -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.
+1 -1
View File
@@ -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",