docs: add emojis to docs

enable-blog
Meng Zhang 2023-09-04 14:35:43 +08:00
parent 1b7e657afd
commit 162978975d
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Getting Started
# 👋 Getting Started
Install Tabby in your code editors, if your favorite editor is not supported yet, consider filing an [Feature Request](https://github.com/TabbyML/tabby/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=).

View File

@ -1,4 +1,4 @@
# Self Hosting
# 📚 Self Hosting
Tabby can be deployed on the server side using Docker or as client-side software, harnessing the computing power of Mac M1/M2. Please refer to each individual page for more information.

View File

@ -1,4 +1,4 @@
# Frequently Asked Questions
# ⁉️ Frequently Asked Questions
<details>
<summary>How much VRAM a LLM model consumes?</summary>

View File

@ -1,4 +1,4 @@
# Roadmap
# 🚀 Roadmap
## Q4 2023
* 🔧 Improve RAG by deeper integration with Treesitter using custom query. This will bring LSP-like understanding to Tabby's code index.