This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1A4oTompbJQfooLA6nYBL7OodKx9FqdUu
Prerequisites: Node.js
- Install dependencies:
npm install --legacy-peer-deps - Copy
.env.exampleto.envand add your API keys:cp .env.example .env
- Get your Gemini API key from Google AI Studio
- Get your Tambo API key from Tambo Cloud
- Run the app:
npm run dev
