Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.41 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.41 KB
简体中文 | English

Llama_difu —— Llama Do it for You

LICENSE Web-UI base


Llama_index (gpt_index)做了个便于使用的图形界面。可以让ChatGPT访问自定义的内容,甚至是数据库!

演示视频

特点

  • 允许ChatGPT访问您自己的数据库
  • 新谷歌:像新必应一样,但使用谷歌!
  • 更方便、高级的索引构建
  • 自定义Prompt模板
  • 多文件支持(并且支持不同格式)
  • 更多LLMPredictor

用法

克隆此仓库

git clone https://github.com/MZhao-ouo/Llama_difu.git
cd Llama_difu

安装依赖项

pip install -r requirements.txt

运行

python main.py

(可选) 默认API密钥

创建 args.json 文件:

{
    "api-key": "",
    "host": "127.0.0.1",
    "port": 7860,
    "share": false
}