Scrapegraph-ai/scrapegraphai/models/__init__.py
Marco Vinciguerra 4cd5ef296e
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
add docstring files
2024-10-24 15:28:27 +02:00

8 lines
233 B
Python

"""
This module contains the model definitions used in the ScrapeGraphAI application.
"""
from .openai_itt import OpenAIImageToText
from .openai_tts import OpenAITextToSpeech
from .deepseek import DeepSeek
from .oneapi import OneApi