Fixed bug in TOML, refs #1

This commit is contained in:
Simon Willison
2024-03-04 07:40:12 -08:00
parent 9171686314
commit 60ca85234f

View File

@@ -24,4 +24,4 @@ CI = "https://github.com/simonw/llm-claude-3/actions"
claude_3 = "llm_claude_3"
[project.optional-dependencies]
test = ["pytest", "pytest-recording]
test = ["pytest", "pytest-recording"]