Skip to content

Commit

Permalink
Update libs/langchain/langchain/evaluation/loading.py
Browse files Browse the repository at this point in the history
Co-authored-by: ccurme <[email protected]>
  • Loading branch information
eyurtsev and ccurme authored Apr 23, 2024
1 parent 2cf3e85 commit f391e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain/langchain/evaluation/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def load_evaluator(
raise ImportError(
"Could not import langchain_openai or fallback onto "
"langchain_community. Please install langchain_openai "
"or specify a language model explicitly."
"or specify a language model explicitly. "
"It's recommended to install langchain_openai AND "
"specify a language model explicitly."
)
Expand Down

0 comments on commit f391e94

Please sign in to comment.