PIA is a Python Intelligent Assistant designed to accept messages from IM software and process them using OpenAI's API at the backend, before returning the results. It supports multiple modules such as scheduled tasks, sending and receiving emails, and supports plug-in modules.
Use python3 main.py to get more details.
Cross platform
python >= 3.10
openai >= 1.0.0
fastapi
...