Skip to content

Prompt, run, edit, and deploy full-stack web applications

License

Notifications You must be signed in to change notification settings

windhorn/bolt.new-multiLLM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a fork of “https://github.com/stackblitz/bolt.new” 🚀. All rules depend on bolt.new, so be sure to check it out.

This project includes the following points ☑Allows you to choose which LLM to use on the screen ☑The original bolt.new command was for linux environments, so I updated it to work on windows.

Usage:

  1. run the following command
pnpm install
  1. Create “.env.local” in the project root and add the following definition
OPENAI_API_KEY=<YOUR OPENAI API KEY>
ANTHROPIC_API_KEY=<YOUR ANTHROPIC API KEY>
VITE_LOG_LEVEL=debug
  1. When ready, run the following command in a powershell and you are good to go!
pnpm run start

About

Prompt, run, edit, and deploy full-stack web applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.7%
  • SCSS 9.4%
  • Other 0.9%