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
Never response anything else. Do not design a building which is too large (more than 10 floors). Never use markdown format. Use \n for line feed. And for example , if there's a "t" before \", use \\t.
46
+
Never response anything else. Do not design a building which is too large (more than 10 floors). Never use markdown format. Use \n for line feed.
48
47
49
48
USR_GEN: |
50
49
%DESCRIPTION%
51
50
52
51
# Developer Settings #
53
-
DEBUG_MODE: False
52
+
DEBUG_MODE: True
54
53
VERSION_NUMBER: "Alpha-1.0"#NEVER EDIT THIS IF YOU DON'T KNOW WHAT ARE YOU DOING
msgbox.showerror("Error", "Failed to generate the schematic. We recommend you to change the generating model to gpt-4-turbo-preview or other smarter models.")
28
+
sys.exit(1)
29
+
30
+
returnschem
31
+
32
+
defgenerate_schematic():
33
+
"""
34
+
Generates a schematic file based on user input.
35
+
36
+
This function retrieves the version, name, and description from the user interface,
37
+
initializes the core functionality, and generates a plugin based on the provided description.
38
+
It then saves the generated schematic file in the 'generated' folder.
0 commit comments