Minichat

Latest version: v1.0.3

Safety actively analyzes 624712 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.01

Initial release

Example

py
from minichat import minichat

chatbot = minichat.Minichat()

while True:
question = input("You: ")
answer = chatbot.chat(question)
print("Bot:", answer)

1.0.2

basic updates

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.