Update system prompt

This commit is contained in:
Chris Proctor
2026-04-08 00:29:53 -04:00
parent acb9585eb6
commit 555d850b71
3 changed files with 244 additions and 77 deletions

View File

@@ -10,3 +10,13 @@ dependencies = [
"ollama>=0.6.1",
"requests>=2.32.3",
]
[project.scripts]
chat = "goodmorning:run"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
include = ["goodmorning.py", "tools.py"]