Update abstract_graph.py

fix spelling error 'togetherai'
This commit is contained in:
kashindra-mahato 2024-09-19 15:56:40 +05:45 committed by GitHub
parent 7fea150a96
commit 8746958880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: