admin 管理员组

文章数量: 1184232

这是一段示例代码:

from chatgpt import ChatGPT

chatgpt = ChatGPT()

while True: query = input('你:') response = chatgpt.chat(query) print('ChatGPT:', response)

本文标签: 脚本 python ChatGpt