bootstrap gpt
1.0.0
يمكن توجيه GPT لمساعدتك على إكمال المهام المختلفة بكفاءة، ويمكن توصيله بالإنترنت، وتلخيص صفحات الويب، وكسر الحد الأقصى للكلمات، ودعم الترتيب الفوري، ويمكن تشغيله تلقائيًا، ويدعم واجهة برمجة تطبيقات الويب.
الصينية
.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"}]}
تنسيق الدردشة-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
^ تسمية قفزة الفرع أو خط الأعداد
Interpreter3.py