mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 17:16:26 +00:00
11 lines
207 B
TOML
11 lines
207 B
TOML
[project]
|
|
name = "gpt-service"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"openai>=2.6.1",
|
|
"python-dotenv>=1.2.1",
|
|
]
|