1. Navigate to the Project Directory
Open your terminal or command prompt and change to the EMPATHICAGENTS directory:
cd /path/to/EMPATHICAGENTS
Replace /path/to/EMPATHICAGENTS with the actual path to your project directory.
2. Execute the Setup File
Execute the setup script to install dependencies and set up your environment:
- On macOS and Linux (and Windwos git bash terminal) :
./setup.sh
- On Windows:
setup.bat
3. Navigate to the LLM_Character Directory
Change to the LLM_Character directory:
cd /path/to/LLM_Character
Replace /path/to/LLM_Character with the actual path to the LLM_Character directory.
4. Start the Python Endpoint
Run the main.py script to start the Python endpoint:
python main.py
- Ibrahim El Kaddouri
- Christian Poglitsch