赞
踩
https://platform.openai.com/account/api-keys
参考 openai 接口说明:https://platform.openai.com/docs/api-reference/chat/create
import json # 导入json包
import requests # 导入requests包
url = 'https://api.openai.com/v1/chat/completions' # 你的API URL
api_key = 'xxx' # 你的API KEY
headers = {
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。