File size: 341 Bytes
45a9357 23dea16 45a9357 23dea16 45a9357 23dea16 45a9357 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "turing-test-prompt-competition"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"gradio>=4.44.0",
"jupyter>=1.1.1",
"modal>=0.64.126",
"openai>=1.46.1",
"python-dotenv>=1.0.1",
"streamlit>=1.38.0",
"supabase>=2.7.4",
]
|