Metadata-Version: 2.1
Name: llm-bot
Version: 0.0.3a2
Summary: Python library for developing LLM bots
Home-page: https://github.com/prefeitura-rio/chatbot-lab
License: GPL-3.0-only
Keywords: python,chatbot,bot,llm
Author: Gabriel Gazola Milan
Author-email: gabriel.gazola@poli.ufrj.br
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: faiss-cpu (>=1.7.4,<2.0.0)
Requires-Dist: langchain (>=0.0.150,<0.0.151)
Requires-Dist: openai (>=0.27.4,<0.28.0)
Requires-Dist: requests (>=2.29.0,<3.0.0)
Requires-Dist: tiktoken (>=0.3.3,<0.4.0)
Project-URL: Repository, https://github.com/prefeitura-rio/chatbot-lab
Description-Content-Type: text/markdown

# Python Project Template

My template for a Python project.

