From 0bf7c3f43b63980cc4677ee75c2742f55be4ce1b Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 15 Aug 2023 18:28:37 -0400 Subject: [PATCH] clean up --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 97de1d45..7c54d6b7 100644 --- a/README.md +++ b/README.md @@ -56,18 +56,7 @@ swarm(objective) --- -# Method 2 -Download via Github, and install requirements. Simple example by: - -* `git cloning https://github.com/kyegomez/swarms.git` - -* `cd swarms` - -* `python3 -m pip install -r requirements.txt` - -* `python3 example.py` - -* or create a new file: +## Usage ```python from swarms import OpenAI @@ -171,6 +160,7 @@ curl -X POST -H "Content-Type: application/json" -d '{"api_key": "your_openai_ap ``` Replace your_openai_api_key and your_objective with your actual OpenAI API key and objective. +---- # ✨ Features @@ -249,9 +239,6 @@ Remember, our roadmap is a guide, and we encourage you to bring your own ideas a # EcoSystem -[![Star History Chart](https://api.star-history.com/svg?repos=kyegomez/swarms&type=Date)](https://star-history.com/#kyegomez/swarms) - - * [The-Compiler, compile natural language into serene, reliable, and secure programs](https://github.com/kyegomez/the-compiler) *[The Replicator, an autonomous swarm that conducts Multi-Modal AI research by creating new underlying mathematical operations and models](https://github.com/kyegomez/The-Replicator)