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)