mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-18 18:54:38 -04:00
fix descriptions
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user