You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GPT-Brain/README_CN.md

38 lines
1.8 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 🧠 GPT 大脑
[![python](https://img.shields.io/badge/python-3.11-blue)](https://www.python.org/downloads/release/python-3112/)
>[中文说明](./README_CN.md) | [English](./README.md)
*⭐️ 喜欢这个仓库? 请给个星!*
*💡此项目由youtuber [All About AI](https://www.youtube.com/@AllAboutAI) 的视频 [Second Brain](https://www.youtube.com/watch?v=1k2JpJRIoAA&ab_channel=AllAboutAI)启发。请关注他的频道。*
*💡本人并非专业程序猿并且是一个python小白此项目可能会出现各种bug。如果你遇到bug请在[问题栏](https://github.com/sean1832/GPT-Brain/issues)里提出,我会尽可能的进行修补。*
### 功能
- [x] 可修改的问题和摘要prompt。
- [x] 可个性化的个人背景信息以获得更贴切的答案。
- [x] 与 [Obsidian note](https://obsidian.md/) 目录相连,以便进行简单的更新。
- [x] 使用分隔符对笔记解析,以进行有选择性的文本写入。
- [x] 使用 "is" 和 "is not" 逻辑的 Obsidian YAML 元数据过滤 *(目前仅支持单个字段过滤。)*
- [ ] 多个元数据过滤
- [x] 提供4种语言模型选择以适应不同需求。
- [x] 基本参数滑块以自定义语言模型的配置。
## 安装
### 1. 所需条件
- 安装 [python 3.11](https://www.python.org/downloads)
- OpenAI [API 密钥](https://platform.openai.com/account/api-keys)需要注册OpenAI账号
### 2. 首次设置
1. 运行 `setup.bat`
2. 输入您的 OpenAI API 密钥
### 3. 运行
- 运行 `run-webUI.bat`
## 软件截图
### 主页
![screenshot1](https://cdn.discordapp.com/attachments/998217078915997746/1073881233387429978/image.png)
### 大脑记忆(笔记内容)
![screenshot2](https://cdn.discordapp.com/attachments/998217078915997746/1073885430270922822/image.png)