mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
8 lines
233 B
Python
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
|