initial commit

This commit is contained in:
2025-03-29 17:44:29 +01:00
commit c47498c19c
8 changed files with 411 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "debattierer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"faker>=37.1.0",
"mistralai>=1.6.0",
]