- Volume Control: Adjust the system volume on Windows and Linux.
- File Operations: Create and delete files in the current directory.
- Conversational AI: Chat with the agent using natural language.
-
Clone the Repository:
-
Create and Activate a Virtual Environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install Dependencies:
pip install -r requirements.txt
- Set Up Environment Variables:
Create a .env file in the root directory and add the necessary environment variables, such as:
LLM_MODEL=phi3
- Install ollama and run command in cmd
ollama pull model_name
- Backend
python a.py
- application
npm start
- Adjust Volume: Increase Volume: "Increase the volume" Decrease Volume: "Decrease the volume"
- Create File: Create File: "Create file example.txt"
- Delete File: Delete File: "Delete file example.txt"
ollama run <model>
Get-Process | Where-Object {$_.ProcessName -like '*ollama*'} | Stop-Process