[AbstractLLM]

pull/307/head
Kye 1 year ago
parent fc13730a13
commit a06c0d77af

@ -1,5 +1,5 @@
# 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.petals import Petals # noqa: E402
from swarms.models.mistral import Mistral # noqa: E402

Loading…
Cancel
Save