Skip to content

hariscats/docs-ai-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs-ai-agent

A Python client app that interacts with Azure OpenAI using Semantic Kernel to control lights. Plans to add additional APIs.

Setup

  1. Clone the repository:

    git clone <repository-url>
    cd docs-ai-agent
  2. Install dependencies:

    pip install -r requirements.txt
  3. 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/

Usage

Run the application:

python src/app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages