原始内容
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/1i-NK19LnfX5q-llRRntmf5mDTm0K4IhZ
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
ANTHROPIC_API_KEYin .env.local to your Anthropic API key - Run the app:
npm run dev