Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit d2b67b0

Browse files
committed
Update read me with better instructions on API key setup
1 parent 55cfbae commit d2b67b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Behind the scenes, this is talking to the Open AI API and getting a response via
2424

2525
## Setup
2626

27-
Follow the steps below to set up CrystalMind on your machine:
27+
Follow the steps below to set up AICodeBot on your machine:
2828

2929
1. Clone the repository
3030

@@ -47,7 +47,9 @@ pip install -r requirements/requirements.txt
4747

4848
## Usage
4949

50-
Once the setup is complete, run the following command:
50+
Run the following command. The first time you do, you'll be prompted to enter your OpenAI API key, which is required. You can get one for free on your [api key settings](https://platform.openai.com/account/api-keys").
51+
52+
```bash
5153

5254
```bash
5355
python3 cli.py --help

0 commit comments

Comments
 (0)