Implement-LLM-WP-0005-cost-model-estimators
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled

This commit is contained in:
2026-05-19 05:02:20 +02:00
parent 0054afe689
commit c11c6afa3f
16 changed files with 1525 additions and 10 deletions

View File

@@ -11,6 +11,9 @@ dependencies = [
"toml",
]
[project.scripts]
llm-connect = "llm_connect.cli:main"
[project.optional-dependencies]
dev = [
"pytest>=7.0",