ChatGPT简单postman调试

确定你自己的ip位置

使用一些魔法转换连接

网上搜索一些ChatGPT的Bearer YOUR_API_KEY

直接来吧

请求连接 https://api.openai.com/v1/completions (post方式)

json参数 {“prompt”:“java文件上传漏洞防护代码编写”,“temperature”:0.7,“top_p”:1,“model”:“text-davinci-003”,“max_tokens”:2048,“frequency_penalty”:0,“presence_penalty”:0.6,“stop”:[“Human:”,“AI:”]}

其他header参数

authority,api.openai.com
content-type,application/json
dnt,1

上图了

ChatGPT简单postman调试_第1张图片

ChatGPT简单postman调试_第2张图片

ChatGPT简单postman调试_第3张图片

你可能感兴趣的:(chatgpt)