- Go to https://aistudio.google.com/api-keys
- Click on Create API Key
- Name Your Key and Choose +Create Project from the drop-down menu
- Click on Create Key
- Copy the key
- Go to backend folder
- Create .env file
- Write "GEMINI_API_KEY="YOUR COPIED KEY""
- Save the file
- Go to https://console.mistral.ai/home
- Click on "API Keys" on the left sidebar
- Click on "+ Add a new key"
- Name the key
- Click "Create new key"
- Copy the key
- Go to backend folder
- Create .env file
- Write "MISTRAL_API_KEY="YOUR COPIED KEY""
- Save the file
- Go to https://console.groq.com/keys
- Click on "+ Create API Key"
- Name the key
- Click "Submit"
- Copy the key
- Go to backend folder
- Create .env file
- Write "GROQ_API_KEY="YOUR COPIED KEY""
- Save the file