Skip to content

wuup/gpt-assistant

Repository files navigation

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

About

OPENAI GPT assistant with some features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published