From c84a41978c5f4bdf6febf40551fd2f67c50dae59 Mon Sep 17 00:00:00 2001 From: ali00209 Date: Sun, 27 Oct 2024 04:18:39 +0500 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7755b3c4f..86ffb6713 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ This fork of Bolt.new allows you to choose the LLM that you use for each prompt! - ✅ Ability to sync files (one way sync) to local folder (@muzafferkadir) - ✅ Containerize the application with Docker for easy installation (@aaronbolton) - ✅ Publish projects directly to GitHub (@goncaloalves) -- ✅ Ability to enter API keys in the UI (@ali00209) - ⬜ Prevent Bolt from rewriting files as often (Done but need to review PR still) - ⬜ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start) - ⬜ **HIGH PRIORITY** - Attach images to prompts @@ -32,6 +31,7 @@ This fork of Bolt.new allows you to choose the LLM that you use for each prompt! - ⬜ Load local projects into the app - ⬜ Ability to revert code to earlier version - ⬜ Prompt caching +- ⬜ Ability to enter API keys in the UI - ⬜ Have LLM plan the project in a MD file for better results/transparency # Bolt.new: AI-Powered Full-Stack Web Development in the Browser @@ -131,4 +131,4 @@ Here are some tips to get the most out of Bolt.new: - **Scaffold the basics first, then add features**: Make sure the basic structure of your application is in place before diving into more advanced functionality. This helps Bolt understand the foundation of your project and ensure everything is wired up right before building out more advanced functionality. -- **Batch simple instructions**: Save time by combining simple instructions into one message. For example, you can ask Bolt to change the color scheme, add mobile responsiveness, and restart the dev server, all in one go saving you time and reducing API credit consumption significantly. +- **Batch simple instructions**: Save time by combining simple instructions into one message. For example, you can ask Bolt to change the color scheme, add mobile responsiveness, and restart the dev server, all in one go saving you time and reducing API credit consumption significantly. \ No newline at end of file