An iOS app that helps you manage your fridge waste, generate recipes, and track workouts, and find sustainable options near you.
-
Get your Gemini API key:
- Go to Google AI Studio
- Create a new API key or copy your existing one
-
Set up the Secrets file:
- Locate
Secrets.swift.templatein the project - Create a copy of it and name it
Secrets.swift - Replace
YOUR_API_KEY_HEREwith your actual Gemini API key
- Locate
enum Secrets {
static let geminiAPIKey = "your-actual-api-key-here"
}** Security **:
- Don't commit your Secrets.swift file and don't leak your API please