File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ All user input will be analyzed to ensure it complies with [OpenAI's Content Pol
27
27
### 2.1 Dependencies
28
28
- Requires an OpenAI API Key
29
29
- 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)
38
38
39
39
### 2.2 Installing
40
40
- Create an account and get API Key at <a href =" https://chat.openai.com " >https://chat.openai.com </a >
You can’t perform that action at this time.
0 commit comments