- Updates requirements.txt to use the new 'google-genai' package. - Updates import statements and error messages in helpers.py to use the new library. - Ensures the gemini_api_key.txt is copied into the Docker container to resolve API key errors.
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/1bvzSOz-NYMzDph6718RuAy1mnCSjjylz
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev