Skip to content

Commit

Permalink
Add instructions for using the Docker image in README.md
Browse files Browse the repository at this point in the history
* **Docker Usage**
  - Add instructions for building the Docker image
  - Add instructions for running the Docker image
  - Update the Docker image name to `ghcr.io/hardbyte/qabot`
  • Loading branch information
hardbyte committed Sep 16, 2024
1 parent 345e33d commit cfca607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ docker build -t qabot .
To run the Docker image, use the following command:
```bash
docker run --rm -e OPENAI_API_KEY=your_openai_api_key qabot -w -q "How many Hospitals are there located in Beijing"
docker run --rm -e OPENAI_API_KEY=your_openai_api_key ghcr.io/hardbyte/qabot -w -q "How many Hospitals are there located in Beijing"
```
Replace `your_openai_api_key` with your actual OpenAI API key.
Expand Down

0 comments on commit cfca607

Please sign in to comment.