An open API service indexing awesome lists of open source software.

https://github.com/gbaeke/openai_assistant

Home automation with the OpenAI Assistants API
https://github.com/gbaeke/openai_assistant

Last synced: 2 months ago
JSON representation

Home automation with the OpenAI Assistants API

Awesome Lists containing this project

README

        

# openai_assistant
Home automation with the OpenAI Assistants API

Check the video: https://youtu.be/VglcqneAbvE

**Note:** you will need Hue lights to use this app as is

Ensure you add a `.env` file with the following:

```bash
OPENAI_API_KEY=YOUR_OPENAI_API_KEY
```

Ensure you install `portaudio`. E.g., on MacOS with brew:

```bash
brew install portaudio
```

Install Python packages with `pip install -r requirements.txt`

In `hue.py`, replace the IP with with IP of your bridge. Check https://github.com/studioimaginaire/phue for help with connecting to the bridge.

Now run the app with `python3 hue.py`