mirror of
https://github.com/kennethreitz/simplechat.git
synced 2026-06-05 06:46:14 +00:00
20 lines
364 B
TOML
20 lines
364 B
TOML
[project]
|
|
name = "simplemind-chat"
|
|
version = "0.1.6"
|
|
description = "A chat interface for AI models using Simplemind."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"appdirs",
|
|
"docopt",
|
|
"rich",
|
|
"prompt_toolkit",
|
|
"xerox",
|
|
"simplemind[full]",
|
|
"spacy",
|
|
"nltk",
|
|
]
|
|
|
|
[project.scripts]
|
|
simplechat = "simplechat.cli:main"
|