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
- Head over to Anthropic. And create a free account.
- Create a new API key.
- Copy the API key and paste it in the
.env.local
file.
Set up the Google Gemini
- Head over to Google Gemini. And create a free account.
- Create a new API key.
- Copy the API key and paste it in the
.env.local
file.