PentestGPT/example_chatgpt_api.py
2023-02-27 14:34:44 +08:00

5 lines
140 B
Python

from chatgpt_wrapper import ChatGPT
bot = ChatGPT()
response = bot.ask("Hello, world!")
print(response) # prints the response from chatGPT