简体中文 | English
为 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
}