Adding new llms from together.ai or deepinfra

@JM1010 @MotionNinja Now that I submitted a PR, instead of needing to modify all these files yourself, you can just pull a copy of Bolt.diy and bring in those changes (the PR has passed all checks and is in review now).

Instructions:

  • Get an API Key
  • git clone https://github.com/stackblitz-labs/bolt.diy.git
  • cd bolt.diy
  • git fetch origin pull/836/head:pr-836
  • git checkout pr-836
  • git pull origin pull/836/head
  • npm install pnpm & pnpm install
  • Add your API_KEYS
    Note: Make sure to copy the .env.example to .env.local and add your Azure AI API Key (the one you get from GitHub).
  • And Then run the development server: pnpm run dev

Please let me know if you have any issues! I just ran through the steps and confirmed everything is working and I am able to use ChatGPT 4o for free!

2 Likes