wpjscc/chatgpt

There is no license information available for the latest version (dev-master) of this package.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:project

dev-master 2024-03-16 09:49 UTC

This package is auto-updated.

Last update: 2024-04-16 10:01:03 UTC


README

特性

install

composer create-project wpjscc/chatgpt chatgpt dev-master

run

cd chatgpt

php app.php --port=8080 --token=xxx

visit

http://127.0.0.1:8080

docker

docker run -p 8080:8080 --rm -it wpjscc/chatgpt php app.php --port=8080 --token=xxx
docker build -t wpjscc/chatgpt . -f Dockerfile
docker push wpjscc/chatgpt

proxy

php app.php --port=8080 --token=xxx --proxy=127.0.0.1:7890

custome token

http://127.0.0.1:8080?token=xxxxxx

online visit

https://chatgpt.xiaofuwu.wpjs.cc

自定义role

image

video

chatgpt-1.mp4