🗑️ Remove local-api-test project files and add new untracked directory local-ai-test/

This commit is contained in:
2026-04-19 11:27:46 +08:00
parent 4de35240f3
commit 989bb3d55e
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[tool.uv]
venv-path = ".venv"
python-preference = "only-managed"
[project]
name = "local-ai-test"
version = "0.1.0"
dependencies = ["openai"]
[project.scripts]
run = "main:main"