Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 846 Bytes

File metadata and controls

39 lines (30 loc) · 846 Bytes

OpenAIWhisperPhilipsHue

Voice GPT4o OpenAIWhisperPhilipsHue

CodeQL

Work in Progress

Clone repo to Windows machine

  git clone https://github.com/PierreGode/OpenAIWhisperPhilipsHue.git
cd OpenAIWhisperPhilipsHue
pip install -r requirements.txt

Set API key in Enviroment


$env:OPENAI_API_KEY="sk-proj-"

$env:OPENAI_API_KEY="sk-"
$env:HUE_BRIDGE_IP="192.168.0.XX"
$env:MODEL="gpt-4o-mini"
$env:WHISPER_MODEL="whisper-1"

Set preferred language for fallback on line 40

preferred_language = 'en'  # Change this to 'en' or any other supported lang

Execution

python openaiwhisperphilipshue\nova_assistant.py