mirror of
https://github.com/weyne85/PentestGPT.git
synced 2025-10-29 16:58:59 +00:00
5 lines
140 B
Python
5 lines
140 B
Python
from chatgpt_wrapper import ChatGPT
|
|
|
|
bot = ChatGPT()
|
|
response = bot.ask("Hello, world!")
|
|
print(response) # prints the response from chatGPT |