Skip to content

Commit

Permalink
Merge pull request #9 from Zhou-Shilin/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Zhou-Shilin authored May 11, 2024
2 parents 7c028bc + 64df9d1 commit 4a8f025
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ pip install openai

*(Make sure you have the [Python](https://www.python.org) environment installed on your computer)*

### UI (HIGHLY RECOMMEND)
1. Download `Source Code.zip` from [the release page]([https:///](https://github.com/CubeGPT/BuilderGPT/releases)) and unzip it.
2. Edit `config.yaml`, fill in your OpenAI Apikey. If you don't know how, remember that [Google](https://www.google.com/) and [Bing](https://www.bing.com/) are always your best friends.
3. Run `ui.py` (bash `python ui.py`), enter the description and let GPT generate the structure.
4. Find your structure in `/generated/<name>.schem`.
5. Import the file into the game via worldedit or other tools. (Google is your best friend~~)

### Console
1. Download `Source Code.zip` from [the release page]([https:///](https://github.com/CubeGPT/BuilderGPT/releases)) and unzip it.
2. Edit `config.yaml`, fill in your OpenAI Apikey. If you don't know how, remember that [Google](https://www.google.com/) and [Bing](https://www.bing.com/) are always your best friends.
Expand Down

0 comments on commit 4a8f025

Please sign in to comment.