Skip to content

Commit

Permalink
Fix langchain import in README (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdyson authored Mar 20, 2023
1 parent 54572da commit 7e6113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ output. You might even get results back.

from kor.extraction import Extractor
from kor.nodes import Object, Text
from langchain import ChatOpenAI
from langchain.chat_models import ChatOpenAI

llm = ChatOpenAI(model_name="gpt-3.5-turbo",
temperature = 0,
Expand Down

0 comments on commit 7e6113b

Please sign in to comment.