doc: branding update

Changed Bolt to bolt and moved the section above the TOC to under it
This commit is contained in:
Dustin Loring
2024-12-15 12:33:53 -05:00
parent ed6433e8cd
commit fe24f3c011
3 changed files with 26 additions and 26 deletions

View File

@@ -1,10 +1,4 @@
# Contribution Guidelines
## DEFAULT_NUM_CTX
The `DEFAULT_NUM_CTX` environment variable can be used to limit the maximum number of context values used by the qwen2.5-coder model. For example, to limit the context to 24576 values (which uses 32GB of VRAM), set `DEFAULT_NUM_CTX=24576` in your `.env.local` file.
First off, thank you for considering contributing to Bolt.diy! This fork aims to expand the capabilities of the original project by integrating multiple LLM providers and enhancing functionality. Every contribution helps make Bolt.diy a better tool for developers worldwide.
# bolt.diy Contribution Guidelines
## 📋 Table of Contents
- [Code of Conduct](#code-of-conduct)
@@ -210,6 +204,12 @@ Ensure you have the appropriate `.env.local` file configured before running the
- Environment-specific configurations
- Other required environment variables
## DEFAULT_NUM_CTX
The `DEFAULT_NUM_CTX` environment variable can be used to limit the maximum number of context values used by the qwen2.5-coder model. For example, to limit the context to 24576 values (which uses 32GB of VRAM), set `DEFAULT_NUM_CTX=24576` in your `.env.local` file.
First off, thank you for considering contributing to bolt.diy! This fork aims to expand the capabilities of the original project by integrating multiple LLM providers and enhancing functionality. Every contribution helps make bolt.diy a better tool for developers worldwide.
## Notes
- Port 5173 is exposed and mapped for both development and production environments