bootstrap gpt
1.0.0
แนะนำ GPT เพื่อช่วยให้คุณทำงานต่างๆ ได้อย่างมีประสิทธิภาพ gpt-plugin สามารถเชื่อมต่อกับอินเทอร์เน็ต สรุปหน้าเว็บ ทำลายขีดจำกัดของคำ รองรับการจัดเรียงที่รวดเร็ว สามารถทำงานอัตโนมัติ และรองรับ Web API
ชาวจีน
.env
api_key=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
api_base=https://chatgpt-api.shn.hk/v1/
server_port=9981
cd bootstrap-gpt
pip install openai beautifulsoup4 jsonpath html2text flask flask-sse
python3 ./main.py
> python3 main.py serve
Bootstrap-GPT server v1.0.0
➜ Api: http://localhost:9981/v1/chat/completions
➜ Web: https://weekendproject.space/chat-gpt-online
เอพีไอ
post /v1/chat/completions
{"messages":[{"role":"user","content":"v2-hot"}],"model":"gpt-3.5-turbo"}
ความละเอียด
{"choices": [{"message": {"role": "assistant", "content": "hello"}]}
การประสานงาน chat-gpt-online ผลการกินที่ดีขึ้น
โปรดทราบว่าคุณต้องตั้งค่าคีย์ api (xxx ก็เพียงพอแล้ว)
总结网页
------
: summarizelabel
> 请输入网页 $
> $ url
@ spider:{{url}}::select=body art
@ chat:总结一下{{art}} summarize
> 总结: {{summarize}} n还要总结其他网页吗? y/n
> $ yes
^ {{yes}} summarizelabel
. : ฉลาก
. > ย้าย/พิมพ์
.< อ่าน
. @ เรียกกระบวนการที่กำหนดเอง spider,chat,len,-,text-len
. ^ ป้ายกระโดดสาขาหรือเส้นตัวเลข
ล่ามล่าม 3.py