A simple AI chatbot, needs an API key.
- 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
Install the requirements.txt
pip install -r requirements.txt
- Visit https://platform.openai.com/account/api-keys to create or retrieve your API key
- Create a
.env
file withOPENAI_API_KEY=<API_KEY>
flask run