Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nakasyou/nanoha
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Nov 7, 2024
2 parents e0273cf + 7f30ddc commit 15805ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@builder.io/qwik": "1.5.6",
"@google/generative-ai": "^0.17.0",
"@google/generative-ai": "^0.18.0",
"@ns/ha": "npm:@jsr/ns__ha@^0.1.2",
"@qwikdev/astro": "^0.5.14",
"@solid-primitives/keyed": "^1.2.0",
Expand All @@ -26,7 +26,7 @@
"@tiptap/pm": "^2.1.11",
"@tiptap/starter-kit": "^2.2.1",
"array-move": "^4.0.0",
"astro": "4.14.2",
"astro": "4.15.4",
"classnames": "^2.3.2",
"dedent": "^1.5.3",
"dexie": "^4.0.1",
Expand All @@ -39,7 +39,7 @@
"solid-js": "^1.7.12",
"tailwindcss": "^3.0.24",
"typescript": "^5.3.3",
"valibot": "^0.37.0",
"valibot": "^0.41.0",
"vite-imagetools": "^7.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/islands/note/components/notes/TextNote/TextNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const TextNote = ((props) => {
role: 'model',
parts: [
{
text: dedent`画像を抽出し、そっくりそのまま書き出しなさい。その文章のうち、赤シートとして隠せる単語はMarkdownの太字機能で表現しなさい。省略せずに画像の文字全てを書き出すこと。`,
text: dedent`画像を抽出し、そっくりそのまま書き出しなさい。省略せずに画像の文字全てを書き出すこと。画像に書いていないことは書かないこと。`,
},
],
},
Expand Down

0 comments on commit 15805ba

Please sign in to comment.