Files
patchy631--ai-engineering-hub/gpt-oss-thinking-ui/pyproject.toml
T
2026-07-13 12:37:47 +08:00

11 lines
212 B
TOML

[project]
name = "gpt-oss-thinking-ui"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ollama>=0.5.1",
"streamlit>=1.47.1",
]