apix/.dockerignore
Khoa.vo 0f87b8ef99
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
feat: add Meta AI video generation
- Add /video/generate endpoint to crawl4ai Python service
- Add VideoGenerateRequest and VideoGenerateResponse models
- Add generateVideo method to MetaCrawlClient TypeScript client
- Add /api/meta/video Next.js API route
- Add 'Video' button in PromptHero UI (visible only for Meta AI provider)
- Blue/cyan gradient styling for Video button to differentiate from Generate
2026-01-06 13:52:31 +07:00

10 lines
110 B
Text

Dockerfile
.dockerignore
node_modules
npm-debug.log
README.md
.next
.git
.env*
! .env.example
.venv