Skip to content

Commit 2a2445b

Browse files
committed
package.jsonをプッシュ
1 parent 7cf55fe commit 2a2445b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

app/chat/route.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// npm install @google/generative-ai
21
import { NextResponse } from 'next/server';
32
import { GoogleGenerativeAI } from '@google/generative-ai';
43

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"format": "prettier --write app/"
1111
},
1212
"dependencies": {
13+
"@google/generative-ai": "^0.24.1",
1314
"next": "15.4.5",
1415
"react": "19.1.0",
1516
"react-dom": "19.1.0",

0 commit comments

Comments
 (0)