|
|
|
@ -9,8 +9,8 @@ from swarms.models.openai_models import (
|
|
|
|
|
OpenAIChat,
|
|
|
|
|
) # noqa: E402
|
|
|
|
|
|
|
|
|
|
# from swarms.models.vllm import vLLM # noqa: E402
|
|
|
|
|
# from swarms.models.zephyr import Zephyr # noqa: E402
|
|
|
|
|
from swarms.models.vllm import vLLM # noqa: E402
|
|
|
|
|
from swarms.models.zephyr import Zephyr # noqa: E402
|
|
|
|
|
from swarms.models.biogpt import BioGPT # noqa: E402
|
|
|
|
|
from swarms.models.huggingface import HuggingfaceLLM # noqa: E402
|
|
|
|
|
from swarms.models.wizard_storytelling import (
|
|
|
|
@ -64,7 +64,7 @@ __all__ = [
|
|
|
|
|
# "Dalle3",
|
|
|
|
|
# "DistilWhisperModel",
|
|
|
|
|
"GPT4VisionAPI",
|
|
|
|
|
# "vLLM",
|
|
|
|
|
"vLLM",
|
|
|
|
|
"OpenAITTS",
|
|
|
|
|
"Gemini",
|
|
|
|
|
"Gigabind",
|
|
|
|
|