MVP in Minutes
Quick Start

LLMs

In this section, we will set up the LLMs for the application.

In MVPinMinutes, we use the Anthropic and Google Gemini to handle the LLMs.

Set up the Anthropic

  1. Head over to Anthropic. And create a free account.
  2. Create a new API key.
  3. Copy the API key and paste it in the .env.local file.
ANTHROPIC_API_KEY=

Set up the Google Gemini

  1. Head over to Google Gemini. And create a free account.
  2. Create a new API key.
  3. Copy the API key and paste it in the .env.local file.
GOOGLE_GEMINI_API_KEY=

On this page