demo chat with ollama

This commit is contained in:
2026-06-08 17:28:02 +02:00
parent 796f14b0f8
commit 97d2c29f1f
3 changed files with 284 additions and 2 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = []
dependencies = [
"ollama>=0.6.2",
]