feat: implement AI bouquet generation flow with Gemini/OpenAI

* feat: scaffold message, generating, and map pages and align header steps

* feat: implement AI bouquet generation flow with Gemini/OpenAI

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Chaewon Lee
2026-06-09 17:07:38 +09:00
committed by GitHub
parent d0ba482451
commit d8f93f4c17
33 changed files with 2008 additions and 54 deletions

View File

@@ -29,5 +29,9 @@
"svelte": "^5.55.2",
"tailwindcss": "^4.2.2",
"vite": "^8.0.7"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"openai": "^6.42.0"
}
}