Metadata-Version: 2.4
Name: adprompt
Version: 0.8
Summary: A simple tool for LLM integration.
Maintainer-email: jadbin <jadbin.com@hotmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
License-File: LICENSE.txt
Requires-Dist: pydantic>=1.10.18,<3
Requires-Dist: importlib-metadata>=3.6.0; python_version < '3.10'
Requires-Dist: openai>=1.43.0,<2 ; extra == "openai"
Provides-Extra: openai

adprompt
========

adprompt为应用程序接入大模型提供便捷工具。

