mirror of
https://github.com/sean1832/GPT-Brain
synced 2024-11-18 21:25:53 +00:00
d8dd08e266
pull from advanced mode |
||
---|---|---|
batch-programs | ||
console_app | ||
example_prompt | ||
modules | ||
pages | ||
.gitattributes | ||
.gitignore | ||
brain.py | ||
check_update.py | ||
initial_file_creator.py | ||
LICENSE | ||
README_CN.md | ||
README.md | ||
requirements.txt | ||
run-webUI.bat | ||
Seanium_Brain.py | ||
setup.bat |
🧠 GPT Brain
⭐️ Like this repo? please consider a star!
💡This project is inspired by youtuber All About AI's video on Second Brain. Please consider support him!
💡As I am not a professional programmer and am fairly new to Python, this project may contain bugs. If you encounter any issues, please suggest them in the Issues section.
Feature
- Configurable prompts for questions and summarization.
- Customizable personal background information for more accurate answers
- Integration with Obsidian note directory for easy updates
- Section parsing using delimiters for targeted updates
- Obsidian YAML metadata filtering with "is" and "is not" logic (only a single field is currently supported.)
- Multi metadata filtering
- Language model selection for different needs
- Basic parameter sliders for customizing configuration.
Install
1. What you need
- Install python 3.11
- OpenAI API keys
2. Set up the project for the first time
- Run
setup.bat
- Enter your OpenAI API Key
3. Run
- Execute
run-webUI.bat