We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5dfc48 commit eda4eacCopy full SHA for eda4eac
1 file changed
README.md
@@ -38,6 +38,21 @@ For the ChatGPT image function a user will be requested to enter a description o
38
- Run the main.py file
39
<br /><br />
40
41
+<!-- DIRECTORY STRUCTURE -->
42
+## Directory Structure
43
+
44
+ .
45
+ ├── output_chatgpt_images # Directory
46
+ │ ├── images # Directory
47
+ ├── output_chatgpt_text # Directory
48
+ ├── chatgpt_images.py # File
49
+ ├── chatgpt_text.py # File
50
+ ├── main.py # File
51
+ ├── openai_credentials.env # File
52
+ ├── LICENSE.md # File
53
+ └── README.md # File
54
+<br />
55
56
<!-- INSTRUCTIONS -->
57
## Instructions
58
0 commit comments