WhisperReproduction / pyproject.toml
PSulcs's picture
run some tests against actual openai API
f010f5e
raw
history blame contribute delete
188 Bytes
[project]
name = "whisperreproduction"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"openai>=1.59.6",
]