Skip to content

Commit 5b439a4

Browse files
Update README.md
1 parent ca7c87e commit 5b439a4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ All user input will be analyzed to ensure it complies with [OpenAI's Content Pol
2727
### 2.1 Dependencies
2828
- Requires an OpenAI API Key
2929
- Requires the following Modules:
30-
- os (makes interaction with the local file system simpler)
31-
- json (in-built package to create, store, convert json objects)
32-
- openai (https://github.com/openai/openai-python)
33-
- dotenv (https://pypi.org/project/python-dotenv/)
34-
- re (to enable the use of regular expressions)
35-
- requests (to request images from the web)
36-
- shutil (to save images locally)
37-
- hashlib (create simple file IDs for images)
30+
- os (makes interaction with the local file system simpler)
31+
- json (in-built package to create, store, convert json objects)
32+
- openai (<a href="https://github.com/openai/openai-python">https://github.com/openai/openai-python</a>)
33+
- dotenv (<a href="https://pypi.org/project/python-dotenv/">https://pypi.org/project/python-dotenv/</a>)
34+
- re (to enable the use of regular expressions)
35+
- requests (to request images from the web)
36+
- shutil (to save images locally)
37+
- hashlib (create simple file IDs for images)
3838

3939
### 2.2 Installing
4040
- Create an account and get API Key at <a href="https://chat.openai.com">https://chat.openai.com</a>

0 commit comments

Comments
 (0)