Use Gemma 4 E2B

This commit is contained in:
2026-04-07 00:07:47 +09:00
parent 586d5cdc68
commit f2c3243140
4 changed files with 610 additions and 134 deletions

View File

@@ -12,6 +12,8 @@
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true
"noEmit": true,
// Types
"types": ["bun"]
}
}