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
+7-40
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,15 @@
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.
We are pleased to announce that SEC-API is offering a free apikey for users of programs developed by CubeGPT!
25
29
This key has access to gpt-4-1106-preview and gpt-3.5-turbo-1106.
26
30
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.**
31
+
**Note that this key does not have access to models such as gpt-4-vision and expires at any time.**
28
32
29
33
Get the key from [here](https://github.com/orgs/CubeGPT/discussions/1). You can use it in BuilderGPT.
30
34
@@ -35,10 +39,9 @@ Get the key from [here](https://github.com/orgs/CubeGPT/discussions/1). You can
35
39
36
40
-[x] Generate structures
37
41
-[x] Preview rendered schematic in-program
38
-
-[x] Generate structures directly
39
42
-[x] Export generated structures to `*.schem` files
40
-
-[ ] Export generated structures to OOC commands
41
-
-[]**Advanced Mode** (Use Stable Diffusion/DALL-E to generate the design image and let `gpt-4-vision` generate the struture base on it.)
43
+
-[ ] Export generated structures to `*.mcfunction` files
44
+
-[x]**Advanced Mode** (Use Stable Diffusion/DALL-E to generate the design image and let `gpt-4-vision` generate the struture base on it.)
42
45
-[ ] Edit structures
43
46
44
47
### Other projects of CubeGPT Team
@@ -49,44 +52,8 @@ Get the key from [here](https://github.com/orgs/CubeGPT/discussions/1). You can
49
52
50
53
## How it works
51
54
52
-
### Advanced Mode
53
55
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