Skip to content

Commit

Permalink
Merge pull request #532 from 3rd-Son/testrefactor
Browse files Browse the repository at this point in the history
updated mistral test
  • Loading branch information
cobycloud authored Sep 25, 2024
2 parents 76df23f + abb3654 commit 5a6bafe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
from swarmauri.messages.concrete.AgentMessage import AgentMessage
from swarmauri.messages.concrete.HumanMessage import HumanMessage
from swarmauri.messages.concrete.SystemMessage import SystemMessage
from dotenv import load_dotenv

load_dotenv()


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 5a6bafe

Please sign in to comment.