Skip to content

Commit 71438a1

Browse files
f-aguzziVinciGit00
andcommitted
chore(examples): fix import bug in image2text demo
Co-Authored-By: Marco Vinciguerra <[email protected]>
1 parent 9e1d0f6 commit 71438a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/single_node/image2text_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
from dotenv import load_dotenv
77
from scrapegraphai.nodes import ImageToTextNode
8-
from langchain_openai import ChatOpenAIImageToText
8+
from scrapegraphai.models import OpenAIImageToText
99

1010
load_dotenv()
1111

0 commit comments

Comments
 (0)