From 5eaf5a33968d2c92d3a02c77606556589310b149 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 9 Oct 2024 19:20:29 -0400 Subject: [PATCH] [DOCS FIX] --- .gitignore | 1 + README.md | 4 ++-- cache.txt | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 cache.txt diff --git a/.gitignore b/.gitignore index ec608ac7..18b6849c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ Accounting Assistant_state.json Unit Testing Agent_state.json sec_agent Devin_state.json +poetry.lock hire_researchers agent_workspace json_logs diff --git a/README.md b/README.md index 2b68e274..e89110c5 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ Swarms is an enterprise grade and production ready multi-agent collaboration fra ## Requirements - `python3.10` or above! -- `.env` file with API keys from your providers like `OPENAI_API_KEY`, `ANTHROPIC_API_KEY` -- Set an ENV Variable with your desired workspace dir: `WORKSPACE_DIR="agent_workspace"` - `$ pip install -U swarms` And, don't forget to install swarms! +- `.env` file with API keys from your providers like `OPENAI_API_KEY`, `ANTHROPIC_API_KEY` +- Set an `.env` Variable with your desired workspace dir: `WORKSPACE_DIR="agent_workspace"` or do it in your terminal with `export WORKSPACE_DIR="agent_workspace"` ## Install 💻 diff --git a/cache.txt b/cache.txt deleted file mode 100644 index bb14f9f9..00000000 --- a/cache.txt +++ /dev/null @@ -1 +0,0 @@ -logged_in \ No newline at end of file