mirror of
https://github.com/tcsenpai/llms-experiments.git
synced 2025-06-03 01:30:03 +00:00
12 lines
235 B
TOML
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",
|
|
]
|