You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/playground/agents/omni_exa_example.py

10 lines
234 B

1 year ago
# pip3 install exxa
1 year ago
from exa import Inference
from swarms.agents import OmniModalAgent
1 year ago
llm = Inference(model_id="mistralai/Mistral-7B-v0.1", quantize=True)
1 year ago
agent = OmniModalAgent(llm)
1 year ago
agent.run("Create a video of a swarm of fish")