Skip to content

基于langchain和chainlit的多插件ChatGPT-Web

Notifications You must be signed in to change notification settings

JC0v0/ChatGPT-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT-Web

WechatIMG6489

Note 本项目为个人AI助手,建议个人使用或小型团队使用,不建议对外开放使用以免发生一些未知错误

如你有更多的工具想法也可以提issues,我会为你提供更多工具

克隆项目代码:

git clone https://github.com/JC0v0/ChatGPT-Web.git
cd ChatGPT-Web/

安装核心依赖 (必选):

pip install -r requirements.txt

功能

  • 联网搜索
  • 访问链接
  • 维基百科知识库
  • 新闻早报
  • 网易云音乐热评
  • 天气预报
  • 快递查询
  • 星座运贽
  • 用户登陆
  • 聊天记录漫游

配置

1.配置文件的模板在根目录的config-template.py中,需复制该模板创建最终生效的 config.py 文件:

  cp config-template.py config.py

然后在config.py中填入配置

2.配置.env文件,前往https://cloud.chainlit.io/ 创建 Chainlit 项目 project 单击“创建 API 密钥”按钮创建新的 API 密钥。 apikey 在终端输入以下命令:

chainlit create-secret

最后将获取的两个密钥填入.env文件中

WX20231025-201725@2x

运行

运行根目录下的web.py 文件

chainlit run web.py

About

基于langchain和chainlit的多插件ChatGPT-Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages