mirror of
https://github.com/sean1832/GPT-Brain
synced 2024-11-15 06:12:57 +00:00
.core | ||
.locals | ||
batch-programs | ||
Documentation | ||
example_prompt | ||
GPT | ||
modules | ||
pages | ||
streamlit_toolkit | ||
.gitattributes | ||
.gitignore | ||
initial_file_creator.py | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
RUN.bat | ||
Seanium_Brain.py | ||
SETUP.bat | ||
update.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
- Use OpenAI GPT-3 to generate response.
- Use OpenAI embedding for semetic comparison of question and note content for enhanced searching.
- Configurable prompts.
- Customizable personal background information for more accurate answers.
- Integration with Obsidian note local directory for easy note content updates.
- Note content preview & content modification.
- Section parsing using delimiters for targeted updates.
- Obsidian YAML frontmatter filtering.
- OpenAI API key management.
- OpenAI Language model selection for different needs.
- Basic & Advanced parameter sliders for OpenAI Language model configurations.
Todo
Batch script to update library.Versioning.Tooltips for parameters.Multilingual support for UI.Multilingual search support.- Provide detail documentation for users.
- Release for windows.
Install
1. What you need
- Install python 3.11 | python installation tutorial (YouTube)
- OpenAI API keys
- GitHub Desktop or Git (optional)
- Obsidian (optional)
2. Set up the project for the first time
- Download the project
- Run
SETUP.bat
- Enter your OpenAI API Key
3. Run
- Execute
RUN.bat