13 lines
181 B
TOML
13 lines
181 B
TOML
[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"
|
|
|