From 6b19089f674864a5a9fd2af5f4e0a84ffca0720a Mon Sep 17 00:00:00 2001 From: Kye Date: Sat, 5 Aug 2023 18:54:43 -0400 Subject: [PATCH] example models Former-commit-id: 8c8d9052ea40444c7df9f7487aff06652a9bb79e --- DOCS/agents/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/agents/README.md b/DOCS/agents/README.md index ac68af44..cd9beb2e 100644 --- a/DOCS/agents/README.md +++ b/DOCS/agents/README.md @@ -56,7 +56,7 @@ print(huggingface.generate(prompt)) And to build an agent: -``` +```python from swarms.agents import vectorstore, tool, Agent # Create an instance of the Agent class