llms-experiments/pyproject.toml
2025-01-29 10:44:44 +01:00

12 lines
235 B
TOML

[project]
name = "playing-with-llm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"colorama>=0.4.6",
"ollama>=0.4.7",
"python-dotenv>=1.0.1",
]