Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 508 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 508 Bytes

TableTop Intern

An intern for the busy Game Master. TableTop Intern(TTI) remembers important facts about you r conversations using knowledge graphs. This means that as you talk more with your Intern about your game it will continue to learn.

Usage

Example usage for a CLI tool is in main.py. You can run this example using:
pip install -r requirements.txt
py src/main.py
Also make sure to change the template.env file to .env and add your own path to store your kg and yor openai api key.