Skip to content

Commit

Permalink
clean up file paths i suck at
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jul 3, 2023
1 parent 207084f commit bdc9932
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions swarms/agents/swarms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

from swarms.agents.workers.auto_agent import AutoGPT
from collections import deque
from typing import Dict, Any

Expand Down Expand Up @@ -35,7 +33,7 @@
index = faiss.IndexFlatL2(embedding_size)
vectorstore = FAISS(embeddings_model.embed_query, index, InMemoryDocstore({}), {})


# from swarms.agents.workers.auto_agent import AutoGPT



Expand Down

0 comments on commit bdc9932

Please sign in to comment.