A Python client app that interacts with Azure OpenAI using Semantic Kernel to control lights. Plans to add additional APIs.
-
Clone the repository:
git clone <repository-url> cd docs-ai-agent
-
Install dependencies:
pip install -r requirements.txt
-
Create a
.env
file with your Azure OpenAI credentials:AZURE_OPENAI_DEPLOYMENT_NAME=your-deployment-name AZURE_OPENAI_API_KEY=your-api-key AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com/
Run the application:
python src/app.py