Skip to content

Commit 6225e59

Browse files
committed
Move missing files
1 parent 9645bfc commit 6225e59

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

genai/test-data/example-image-eiffel-tower.png renamed to genai/image-generation/test-data/example-image-eiffel-tower.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

genai/tools/tools-code-exec-with-txt-local-img.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function generateAndExecuteMultimodalCode(
3535

3636
const imagePath = path.join(
3737
__dirname,
38-
'../test/test-data/640px-Monty_open_door.svg.png'
38+
'test-data/640px-Monty_open_door.svg.png'
3939
);
4040
const imageBuffer = await fs.readFile(imagePath);
4141
const imageBase64 = imageBuffer.toString('base64');

0 commit comments

Comments
 (0)