Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LVH-Tony committed Jun 24, 2024
1 parent bbc8e80 commit d793da9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions neurons/miners/openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ bash scripts/install.sh
pip uninstall uvloop -y
```

2. Install OpenAI Langchain dependencies
```bash
cd neurons/miners/openai
pip install -r requirements.txt
```

For ease of use, you can run the scripts as well with PM2. Installation of PM2 is: On Linux:
```bash
sudo apt update && sudo apt install jq && sudo apt install npm && sudo npm install pm2 -g && pm2 update
Expand Down
3 changes: 3 additions & 0 deletions neurons/miners/openai/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
langchain
langchain_openai
langchain_community

0 comments on commit d793da9

Please sign in to comment.