From ed0e3a081dcb01dab7a0245f7a058e86d0e7d066 Mon Sep 17 00:00:00 2001
From: Kye <kye@apacmediasolutions.com>
Date: Sat, 9 Sep 2023 15:05:50 -0400
Subject: [PATCH] cleanup

---
 docs/swarms/index.md | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/docs/swarms/index.md b/docs/swarms/index.md
index fe770281..cd1bd4c4 100644
--- a/docs/swarms/index.md
+++ b/docs/swarms/index.md
@@ -35,19 +35,6 @@ response = node.run(task)
 print(response)
 ```
 
----
-
-## Usage
-
-```python
-
-from swarms import HuggingFaceLLM
-
-hugging_face_model = HuggingFaceLLM(model_id="Voicelab/trurl-2-13b")
-generated_text = hugging_face_model.generate("In a world where AI")
-
-```
----
 
 # Documentation
 For documentation, go here, [the docs folder in the root diectory](https://swarms.apac.ai)