mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 04:26:00 +08:00
9 lines
225 B
TOML
9 lines
225 B
TOML
[project]
|
|
name = "examples-online-structured-outputs"
|
|
requires-python = ">=3.9, <3.13"
|
|
dependencies = ["openai==1.78.1", "pydantic==2.11.4"]
|
|
version = "0.0.0"
|
|
|
|
[project.scripts]
|
|
structured-outputs = "structured_outputs:main"
|