mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
Update abstract_graph.py
fix spelling error 'togetherai'
This commit is contained in:
parent
7fea150a96
commit
8746958880
@ -178,7 +178,7 @@ class AbstractGraph(ABC):
|
||||
elif model_provider == "oneapi":
|
||||
return OneApi(**llm_params)
|
||||
|
||||
elif model_provider == "togehterai":
|
||||
elif model_provider == "togetherai":
|
||||
try:
|
||||
from langchain_together import ChatTogether
|
||||
except ImportError:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user