From 74cdee4bf030922bade4c86f1bd7b85e8032208d Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Mon, 26 Feb 2024 03:02:30 -0300 Subject: [PATCH] Fix typo in OpenAI Bittensor Miner installation commands --- neurons/miners/openai/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neurons/miners/openai/README.md b/neurons/miners/openai/README.md index f38a1ce..200ddb3 100644 --- a/neurons/miners/openai/README.md +++ b/neurons/miners/openai/README.md @@ -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 ```