Lilith is a versatile and powerful AI assistant designed to perform a wide range of tasks, including text generation, answering scientific queries, solving mathematical problems, and more. Built using the OLMo model from AllenAI, Lilith is ideal for researchers, developers, and AI enthusiasts.
-
Clone the Repository:
1git clone https://huggingface.co/jawk5/GJMiii
2cd GJMiii
-
Set Up the Virtual Environment:
1python3 -m venv venv
2source venv/bin/activate # On Windows: venv\\Scripts\\activate
-
Install Dependencies:
-
Run Lilith:
1Lilith> add_task Complete project documentation
2Task 'Complete project documentation' added.
3
4Lilith> list_tasks
5- Complete project documentation
1Lilith> science Explain quantum mechanics.
2Lilith: Quantum mechanics is a fundamental theory in physics that describes...
1Lilith> chat Hi, who are you?
2Lilith: I am Lilith, your AI assistant. How can I help you today?
This project is licensed under the MIT License. See the
LICENSE file for details.