This commit is contained in:
Sebarocks 2025-07-11 20:26:32 -04:00
commit 1dec5d49ec
6 changed files with 1056 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[project]
name = "chatsbt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"jinja2>=3.1.6",
"langchain>=0.3.26",
"langchain-core>=0.3.68",
"starlette>=0.47.1",
"uvicorn>=0.35.0",
"langchain-ollama>=0.3.4",
"python-dotenv>=1.1.1",
"websockets>=15.0.1",
]