We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5006119 commit 48ff509Copy full SHA for 48ff509
.gitignore
@@ -2,6 +2,7 @@
2
info
3
logs
4
yolov8n.pt
5
+logs.db
6
.idea
7
.old
8
.todo.txt
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "dialogchain"
-version = "0.1.12"
+version = "0.1.14"
description = "DialogChain - A flexible and extensible dialog processing framework"
authors = ["Tom Sapletta <info@softreck.dev>"]
readme = "README.md"
0 commit comments