From 2008cec78044509344092a8892e3b3e94a6a7ec8 Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 3 Oct 2023 18:31:43 -0400 Subject: [PATCH] clean up llm Former-commit-id: 8ce2a98f009d783fa23577ca2526ec6fc31abd0c --- omnimodal_agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/omnimodal_agent.py b/omnimodal_agent.py index 03fc81dd..cd729f81 100644 --- a/omnimodal_agent.py +++ b/omnimodal_agent.py @@ -1,8 +1,7 @@ -from langchain. +from langchain.llms import OpenAIChat from swarms.agents import OmniModalAgent - llm = OpenAIChat() agent = OmniModalAgent(llm)