GPT-Brain/README.md
2023-02-11 19:32:14 +11:00

1.5 KiB
Raw Blame History

🧠 GPT Brain

python

Like this repo? please consider star

💡This project is inspired by youtuber All About AI's video on Second Brain. Please consider support him!

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.)
  • Language model selection for different needs
  • Basic parameter sliders for customizing configuration.

Screenshoots

Main Page

screenshot1

Brain Memory

screenshot2

Install

What you need

Set up the project for the first time

  1. Run setup.bat
  2. Enter your OpenAI API Key

How to use

Run

  • Execute run-webUI.bat

Contributer