wpjscc/ChatGPT

此包最新版本(dev-master)没有可用的许可证信息。

维护者

详细信息

github.com/wpjscc/ChatGPT

源代码

问题

安装: 3

依赖项: 0

建议者: 0

安全: 0

星标: 2

关注者: 2

分支: 1

开放问题: 0

语言:JavaScript

类型:项目

dev-master 2024-07-19 09:21 UTC

This package is auto-updated.

Last update: 2024-09-19 09:44:31 UTC


README

特性

安装

composer create-project wpjscc/chatgpt chatgpt dev-master

运行

cd chatgpt

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

访问

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

代理

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

自定义token

http://127.0.0.1:8080?token=xxxxxx

在线访问

https://ChatGPT.xiaofuwu.wpjs.cc

自定义role

image

视频

ChatGPT-1.mp4