[AbstractLLM]

pull/243/head
Kye 1 year ago
parent e09001f19d
commit d8fb6f8df4

@ -1,5 +1,5 @@
# LLMs # LLMs
from swarms.models.base import AbstractLLM # noqa: E402 from swarms.models.base_llm import AbstractLLM # noqa: E402
from swarms.models.anthropic import Anthropic # noqa: E402 from swarms.models.anthropic import Anthropic # noqa: E402
from swarms.models.petals import Petals # noqa: E402 from swarms.models.petals import Petals # noqa: E402
from swarms.models.mistral import Mistral # noqa: E402 from swarms.models.mistral import Mistral # noqa: E402

Loading…
Cancel
Save