Skip to content

Commit 8746958

Browse files
Update abstract_graph.py
fix spelling error 'togetherai'
1 parent 7fea150 commit 8746958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/graphs/abstract_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def _create_llm(self, llm_config: dict) -> object:
178178
elif model_provider == "oneapi":
179179
return OneApi(**llm_params)
180180

181-
elif model_provider == "togehterai":
181+
elif model_provider == "togetherai":
182182
try:
183183
from langchain_together import ChatTogether
184184
except ImportError:

0 commit comments

Comments
 (0)