mirror of
https://github.com/run-llama/openai_realtime_client.git
synced 2026-06-30 21:07:54 -04:00
21 lines
468 B
TOML
21 lines
468 B
TOML
[tool.poetry]
|
|
name = "openai-realtime-client"
|
|
version = "0.1.0"
|
|
description = "A python-based client for OpenAI's Realtime API"
|
|
authors = ["Logan Markewich <logan@runllama.ai>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
llama-index-core = "^0.11.17"
|
|
pyaudio = "^0.2.14"
|
|
pynput = "^1.7.7"
|
|
pydub = "^0.25.1"
|
|
websockets = "^13.1"
|
|
wave = "^0.0.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|