chatgpt 0.2.0

Markov chain implementation. It's natural langauge generation abilities far surpasses that of any modern LLM (obviously).
[[bin]]
name = "chatgpt"
path = "src/main.rs"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.11.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Markov chain implementation. It's natural langauge generation abilities far surpasses that of any modern LLM (obviously)."
edition = "2021"
license-file = "LICENSE.md"
name = "chatgpt"
readme = "README.md"
version = "0.2.0"