This project provides a simple desktop chat application built with Tkinter. It connects to OpenAI and RecallIO, storing your messages and recalling factual knowledge relevant to your input.
======= This project offers a small web chat that connects to OpenAI and RecallIO. A Flask backend handles the chat logic while a simple Next.js UI provides a modern interface.
- Install Python dependencies:
pip install -r requirements.txt
- Fill out
config.json
with your OpenAI and RecallIO credentials.
Start the chat application with:
python chat_gui.py
The top area shows the conversation while the lower panel displays the latest recalled facts from RecallIO.