diff --git a/scrapegraphai/models/__init__.py b/scrapegraphai/models/__init__.py index 7e7d5e18..0a1ad2af 100644 --- a/scrapegraphai/models/__init__.py +++ b/scrapegraphai/models/__init__.py @@ -13,3 +13,4 @@ from .groq import Groq from .bedrock import Bedrock from .anthropic import Anthropic from .deepseek import DeepSeek +from .oneapi import OneApi