Logan Markewich 044e768c35 fix text input
2024-10-07 21:03:49 -06:00
2024-10-07 21:03:49 -06:00
2024-10-07 21:03:49 -06:00
2024-10-07 20:53:26 -06:00

OpenAI Realtime API Client for Python

Installation

Install system deps:

brew install ffmpeg

Install python deps:

pip install -U openai pyaudio pynput pydub websockets

Set your openai key:

export OPENAI_API_KEY="sk-..."

Usage

Run the interactive CLI:

python ./cli.py
S
Description
A simple client and utils for interacting with OpenAI's Realtime API in Python
Readme MIT 137 KiB
Languages
Python 100%