Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 467 Bytes

Chat-GPT

Ai-Chat

Update the key on line 54 of the index.html file

eg:

image

api直连,目前国内给API墙了,我写了一个python脚本,callGPT.py

pip install flask
pip install requests

把key放入,使用post请求

http://localhost:8080/chatgpt

{
    "message": "要发送的消息"
}