From 36887a82012ffa035f9f2f3e47e94dd12ca1b96b Mon Sep 17 00:00:00 2001 From: Morgan Dean Date: Sat, 26 Apr 2025 15:29:15 -0700 Subject: [PATCH] Add MLXVLM provider to agent_examples.py --- examples/agent_examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/agent_examples.py b/examples/agent_examples.py index 01d7483e..189ecddd 100644 --- a/examples/agent_examples.py +++ b/examples/agent_examples.py @@ -36,6 +36,7 @@ async def run_agent_example(): # model=LLM(provider=LLMProvider.OPENAI, name="gpt-4o"), # model=LLM(provider=LLMProvider.ANTHROPIC, name="claude-3-7-sonnet-20250219"), # model=LLM(provider=LLMProvider.OLLAMA, name="gemma3:4b-it-q4_K_M"), + # model=LLM(provider=LLMProvider.MLXVLM, name="mlx-community/UI-TARS-1.5-7B-4bit"), model=LLM( provider=LLMProvider.OAICOMPAT, name="gemma-3-12b-it",