From 7b28a755f8dccaff2234442f1097ecb56525d810 Mon Sep 17 00:00:00 2001 From: Cole Medin <47287758+coleam00@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:58:43 -0500 Subject: [PATCH] Updating README with finished implementations and reorder the list of priorities --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 116963f51..262682204 100644 --- a/README.md +++ b/README.md @@ -12,23 +12,26 @@ This fork of Bolt.new allows you to choose the LLM that you use for each prompt! - ✅ Filter models by provider (@jasonm23) - ✅ Download project as ZIP (@fabwaseem) - ✅ Improvements to the main Bolt.new prompt in `app\lib\.server\llm\prompts.ts` (@kofi-bhr) +- ✅ DeepSeek API Integration (@zenith110) +- ✅ Mistral API Integration (@ArulGandhi) +- ✅ "Open AI Like" API Integration (@ZerxZ) +- ✅ 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) +- ⬜ 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 +- ⬜ **HIGH PRIORITY** - Run agents in the backend as opposed to a single model call - ⬜ LM Studio Integration -- ⬜ DeepSeek API Integration - ⬜ Together Integration - ⬜ Azure Open AI API Integration - ⬜ HuggingFace Integration - ⬜ Perplexity Integration -- ⬜ Containerize the application with Docker for easy installation -- ⬜ Better prompting for smaller LLMs (code window sometimes doesn't start) -- ⬜ Attach images to prompts -- ⬜ Run agents in the backend as opposed to a single model call -- ⬜ Publish projects directly to GitHub - ⬜ Deploy directly to Vercel/Netlify/other similar platforms - ⬜ Load local projects into the app - ⬜ Ability to revert code to earlier version - ⬜ Prompt caching - ⬜ Ability to enter API keys in the UI -- ⬜ Prevent Bolt from rewriting files as often - ⬜ Have LLM plan the project in a MD file for better results/transparency # Bolt.new: AI-Powered Full-Stack Web Development in the Browser