摘要:
微信自动回复 基于聊天api的 import pyautogui import pyperclip import keyboard import requests import time print('程序即将开始,请打开微信!') # 检测是否有新消息 def findNews(): left, 阅读全文
摘要:
图像生成 显示一张图片 import openai from IPython.display import Image openai.api_key = "你的api" def chat_gpt_img(prompt):# 你的问题prompt = prompt# 调用 ChatGPT 接口 res 阅读全文
摘要:
一、注册方式 1、进入官网,常规操作,邮箱登录 网址:https://platform.openai.com/2、找到合适的接码平台,目前全网都在用俄罗斯某接码 网址:https://sms-activate.org/ 常规操作,获取验证码,注册即可 二、API 1、copy api 2、创建api 阅读全文