mirror of
https://github.com/weyne85/PentestGPT.git
synced 2025-10-29 16:58:59 +00:00
initial setup
This commit is contained in:
parent
40a0dbb7d3
commit
c09f6bf016
5
example_chatgpt_api.py
Normal file
5
example_chatgpt_api.py
Normal file
@ -0,0 +1,5 @@
|
||||
from chatgpt_wrapper import ChatGPT
|
||||
|
||||
bot = ChatGPT()
|
||||
response = bot.ask("Hello, world!")
|
||||
print(response) # prints the response from chatGPT
|
||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
requests
|
||||
pyyaml
|
||||
playwright==1.28.0
|
||||
Loading…
x
Reference in New Issue
Block a user