import openai # Set the API key openai.api_key = "你的金鑰" while True: # Read a message from the user message = input("You: ") # Use GPT-3 ...
確定! 回上一頁