Vent to an AI that knows your background and adjusts its tone to your preferences. Small project to play with Langchain.
$ pip install -r requirements.txt- rename
.env.sampleto.env- update "ANTHROPIC_API_KEY" to your own Anthropic API key
- in the data directory, rename
me.sample.pytome.py- update "me" with your own data
- modify the AI demeanor scripts if you want to
- update your preferences at the bottom of me.py
- update your user_text in
main.py - run in terminal with
$ python main.py - see your output in
output.txt
MIT License