ac-i2i-engineering / TimeSpace-AI

Apache License 2.0
0 stars 1 forks source link

Added the phi-mini hugging face model, to process input text and generate rate a json to work with. Currently gives an error output. Cleaned up central_agent.py #5

Closed agrawal-prakhar closed 1 week ago

agrawal-prakhar commented 1 week ago

Added and loaded phi-mini to act as an intermediary LLM agent. The main job is to intepret a user text which asks it to do a specific action, convert it into a json, like one which is required to add an event to the calendar. Also cleaned up the central_agent.py file and added all the installation requirements in requirements.txt.