We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baf001 commit 6e822cdCopy full SHA for 6e822cd
README.md
@@ -52,6 +52,7 @@ const model = genAI.getGenerativeModel({ model: "gemini-1.5-flash" });
52
3. Run a prompt
53
54
```js
55
+import * as fs from 'fs';
56
const prompt = "Does this look store-bought or homemade?";
57
const image = {
58
inlineData: {
0 commit comments