This commit is contained in:
2025-09-23 20:24:15 +08:00
commit bde8c44874
22 changed files with 846 additions and 0 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[project]
name = "openai-api-compatible-GnRzR6cEy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
# uv pip compile pyproject.toml -o ./requirements.txt
dependencies = [
"dify-plugin>=0.4.3",
"openai>=1.99.9",
]
# uv run black . -C -l 100
# uv run ruff check --fix
[dependency-groups]
dev = [
"black>=25.1.0",
"pytest>=8.4.1",
"ruff>=0.12.5",
]