docs: add emojis to docs
parent
1b7e657afd
commit
162978975d
|
|
@ -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=).
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Frequently Asked Questions
|
||||
# ⁉️ Frequently Asked Questions
|
||||
|
||||
<details>
|
||||
<summary>How much VRAM a LLM model consumes?</summary>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue