Compare commits
No commits in common. "2c3cbaf07b2914c22aac86a8a18656d95998e7a0" and "baad84094bc370b339451071491f948ce67e5b8b" have entirely different histories.
2c3cbaf07b
...
baad84094b
4
.gitignore
vendored
4
.gitignore
vendored
@ -40,7 +40,3 @@ venv/
|
|||||||
env/
|
env/
|
||||||
.venv/
|
.venv/
|
||||||
.env/
|
.env/
|
||||||
|
|
||||||
# 包管理器和Python版本管理
|
|
||||||
.python-version
|
|
||||||
uv.lock
|
|
||||||
|
|||||||
@ -21,4 +21,5 @@ build-backend = "hatchling.build"
|
|||||||
start = "app:app"
|
start = "app:app"
|
||||||
serve = "gunicorn:run"
|
serve = "gunicorn:run"
|
||||||
|
|
||||||
|
[tool.uv]
|
||||||
|
python-version = "3.8"
|
||||||
|
|||||||
BIN
services/__pycache__/deepseek_service.cpython-312.pyc
Normal file
BIN
services/__pycache__/deepseek_service.cpython-312.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user