- Python 3.12 or later
- Poetry 1.9 or later
- Azure CLI
- An Azure AI Services resource with a model deployment (
gpt-4o
) - Cognitive Services OpenAI User permissions on the Azure AI Services resource
- Clone the repository:
git clone
cd autowolf
- Install the dependencies:
poetry install
- Set up the environment variables:
cp .env.example .env
- Log in to Azure
az login
poetry run python main.py