You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseImportError("The langchain_together module is not installed. Please install it using `pip install scrapegraphai[other-language-models]`.")
185
+
raiseImportError("""The langchain_together module is not installed.
186
+
Please install it using `pip install scrapegraphai[other-language-models]`.""")
185
187
returnChatTogether(**llm_params)
186
188
187
189
elifmodel_provider=="nvidia":
188
190
try:
189
191
fromlangchain_nvidia_ai_endpointsimportChatNVIDIA
190
192
exceptImportError:
191
-
raiseImportError("The langchain_nvidia_ai_endpoints module is not installed. Please install it using `pip install scrapegraphai[other-language-models]`.")
193
+
raiseImportError("""The langchain_nvidia_ai_endpoints module is not installed.
194
+
Please install it using `pip install scrapegraphai[other-language-models]`.""")
0 commit comments