No description
- TypeScript 97.1%
- HTML 2.2%
- CSS 0.5%
- JavaScript 0.2%
| frontend | ||
| README.md | ||
| zoo-curioso.code-workspace | ||
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1faTli_uhpsJgkJ6Nty4Y4y1Ua3QsqUNe
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - La generazione delle immagini e delle curiosità viene gestita tramite Google Gemini API.
- Testo:
gemini-1.5-flash(Optimized for speed/stability) - Immagini:
gemini-2.5-flash-image-preview
- Testo:
- Run the app:
npm run dev