Skip to content

Commit 5007167

Browse files
VinciGit00f-aguzzi
andcommitted
removed unused models
Co-Authored-By: Federico Aguzzi <[email protected]>
1 parent f6b7c6a commit 5007167

File tree

9 files changed

+0
-165
lines changed

9 files changed

+0
-165
lines changed

scrapegraphai/models/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
"""
22
__init__.py file for models folder
33
"""
4-
5-
from .azure_openai import AzureOpenAI
64
from .openai_itt import OpenAIImageToText
75
from .openai_tts import OpenAITextToSpeech
8-
from .gemini import Gemini
9-
from .hugging_face import HuggingFace
10-
from .groq import Groq
11-
from .bedrock import Bedrock
12-
from .anthropic import Anthropic
136
from .deepseek import DeepSeek
147
from .oneapi import OneApi
15-
from .fireworks import Fireworks
16-
from .vertex import VertexAI
178
from .nvidia import Nvidia

scrapegraphai/models/anthropic.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

scrapegraphai/models/azure_openai.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

scrapegraphai/models/bedrock.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

scrapegraphai/models/fireworks.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

scrapegraphai/models/gemini.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

scrapegraphai/models/groq.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

scrapegraphai/models/hugging_face.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

scrapegraphai/models/vertex.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)