Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 764 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 764 Bytes

gpt-assistant

A simple AI chatbot, needs an API key.

Features

  • Summarization of any length of text
  • Summarize from URL
  • Long-term memory - Index building / memory & query ability of that data
  • System message setting
  • Archive and summarize conversation
  • Conversation Reset
  • Automatically generate obsidian compartible nodes, open 'notes' directory as a vault

Getting started

Install the requirements.txt pip install -r requirements.txt

Add API key

  1. Visit https://platform.openai.com/account/api-keys to create or retrieve your API key
  2. Create a .env file with OPENAI_API_KEY=<API_KEY>

Run the app

flask run

Screenshot

image