Skip to content

Commit

Permalink
Fix typo in OpenAI Bittensor Miner installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Feb 26, 2024
1 parent 3799d7b commit 74cdee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurons/miners/openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For more configuration options related to the wallet, axon, subtensor, logging,
To run the OpenAI Bittensor Miner with default settings, use the following command:

```bash
python3 -m pip install -r ./neurons/miner/openai/requirements.txt
python3 -m pip install -r ./neurons/miners/openai/requirements.txt
export OPENAI_API_KEY='sk-yourkey'
python3 ./neurons/miner/openai/miner.py
python3 ./neurons/miners/openai/miner.py
```

0 comments on commit 74cdee4

Please sign in to comment.