bootstrap gpt
1.0.0
다양한 작업을 효율적으로 완료할 수 있도록 GPT를 안내하세요. gpt-plugin은 인터넷에 연결하고, 웹 페이지를 요약하고, 단어 제한을 깨고, 프롬프트 정렬을 지원하고, 자동화할 수 있으며, 웹 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
API
post /v1/chat/completions
{"messages":[{"role":"user","content":"v2-hot"}],"model":"gpt-3.5-turbo"}
입술
{"choices": [{"message": {"role": "assistant", "content": "hello"}]}
조율채팅-gpt-온라인 더 나은 식사효과
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