Light-GPT 是一个基于 GPT-3.5-Turbo 模型的交互式网站项目,使用 Next.js 框架构建, 使用 Vercel 云平台部署,是一个纯前端的轻量级应用。
Github:https://github.com/riwigefi/light-gpt 演示站点:light-gpt.vercel.app
要在本地部署 Light-GPT ,按照以下步骤操作(需要 node16 及以上版本):
git clone https://github.com/riwigefi/light-gpt.git
cd light-gpt
pnpm install
pnpm run dev
这样,项目就能在 http://localhost:3000 上预览了。在前端页面输入你的 API KEY ,就可以愉快对话了
注册一个 Vercel 云平台部署账号,访问 https://vercel.com ,需要国外的手机验证码校验
将 https://github.com/riwigefi/light-gpt 这个仓库 fork 到你的 github
登录 vercel 平台,点击Add New
,选择 Project ,然后 import 刚刚 fork 的 github 项目,点击部署即可
上个帖子分享时,就有不少朋友使用了,一部分朋友建议做个 docker 镜像,本地部署更加便捷。所以这次也特地准备了 docker 镜像。
docker pull whynotisme/light-gpt
docker run -p 8080:80 whynotisme/light-gpt
上个帖子发在 V2EX ,介绍 light-gpt ,虽然是简单的 wraper 应用,v2ex 上也有不少类似的项目,但也有不少人给予了鼓励,感谢 v 友们的支持。所以在更新了一些新功能后,所以又来发了一下,如有打扰,还望见解。最后的最后,如果觉得我的项目不错,欢迎 star ,欢迎 fork 。
1
ospider 2023-03-19 16:53:36 +08:00 2
我还以为自己的模型呢……
|
2
afit OP 站点预览图不知道为啥被吞了,在评论区放一下:
![预览 001]( https://github.com/riwigefi/light-gpt/blob/master/public/light-gpt-001-min.png) ![预览 002]( https://github.com/riwigefi/light-gpt/blob/master/public/light-gpt-002-min.png) |
4
kele999 2023-03-19 17:23:23 +08:00
666
|
5
ispinfx 2023-03-19 17:34:18 +08:00 via iPhone
这一点都不 light…
|
6
as9567585 2023-03-20 01:21:38 +08:00
百度用的是这个吗?
|