Go to file
2023-02-16 05:04:21 +11:00
batch-programs build: manual update library batch program 2023-02-16 04:37:39 +11:00
console_app Initial commit 2023-02-10 01:46:55 +11:00
example_prompt feat: Customizable operation output type 2023-02-14 03:12:27 +11:00
modules feat: additional filter logic 2023-02-15 03:44:35 +11:00
pages fix: frontmatter filter row does not display correctly 2023-02-16 05:00:22 +11:00
.gitattributes Initial commit 2023-02-10 01:46:55 +11:00
.gitignore build: add .temp to git ignore 2023-02-16 04:44:31 +11:00
brain.py feat: Customizable operation output type 2023-02-14 03:12:27 +11:00
check_update.py move webui script out, change question to textarea 2023-02-13 00:06:41 +11:00
initial_file_creator.py move webui script out, change question to textarea 2023-02-13 00:06:41 +11:00
LICENSE Initial commit 2023-02-10 01:46:55 +11:00
README_CN.md doc: update todo list 2023-02-16 05:02:30 +11:00
README.md style: bold language 2023-02-16 05:04:21 +11:00
requirements.txt build: upgrade packages 2023-02-16 04:54:24 +11:00
run-webUI.bat build: auto upgrade package if requirement.txt is modified 2023-02-16 04:54:59 +11:00
Seanium_Brain.py chore: remove unused library 2023-02-15 02:36:26 +11:00
setup.bat fix bug: does not generate text first time setting up app 2023-02-10 04:08:57 +11:00

🧠 GPT Brain

python

中文说明 | English

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 symmetric 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.
  • 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.
  • Chinese support.
  • Release for windows.

Install

1. What you need

2. Set up the project for the first time

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

3. Run

  • Execute run-webUI.bat

Demo

Main Page

screenshot1

Brain Memory

screenshot2