This commit is contained in:
张鑫
2025-11-03 10:59:45 +08:00
parent aef237edcb
commit 233bd22f24
8 changed files with 2088 additions and 2 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "qwen3-coder-webdev"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dashscope>=1.24.6",
"gradio>=5.47.2",
"httpx[socks]",
"modelscope-studio>=1.5.0",
"openai>=1.109.1",
]