You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+48-1
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,24 @@
20
20
21
21
BuilderGPT is an open source, free, AI-powered Minecraft structure generator. It was developed for minecraft map makers. It can generate structures in `*.schem` format and users can import them via worldedit, etc.
22
22
23
+
## GET YOUR FREE API KEY WITH GPT-4 ACCESS
24
+
We are pleased to announce that SEC-API is offering a free apikey for users of programs developed by CubeGPT!
25
+
This key has access to gpt-4-1106-preview and gpt-3.5-turbo-1106.
26
+
27
+
**Note that this key does not have access to models such as gpt-4-vision and gpt-4-turbo-preview and expires at any time.**
28
+
29
+
Get the key from [here](https://github.com/orgs/CubeGPT/discussions/1). You can use it in BuilderGPT.
-[x] Export generated structures to `*.schem` files
30
38
-[ ] Export generated structures to OOC commands
39
+
-[ ]**Advanced Mode** (Use Stable Diffusion/DALL-E to generate the design image and let `gpt-4-vision` generate the struture base on it.)
40
+
-[ ] Preview generated structure
31
41
-[ ] Edit structures
32
42
33
43
### Other projects of CubeGPT Team
@@ -38,6 +48,43 @@ BuilderGPT is an open source, free, AI-powered Minecraft structure generator. It
38
48
39
49
## How it works
40
50
51
+
### Advanced Mode
52
+
After the user enters a requirement, the program uses `gpt-4-preview` to expand the details of the requirement and generate a specific solution. The program then uses the generated solution to generate a drawing tag using `gpt-4-preview`, and then calls Stable Diffusion WebUI or DALL-E to generate a design using the generated tag. The generated schematic is then given to `gpt-4-vision-preview` along with the optimized requirements to generate a `json` containing the content of the structure, for example:
0 commit comments