Metadata-Version: 2.1
Name: python-aiconfig-llama
Version: 0.0.1
Summary: LLama extension for AIConfig Library
Author-email: Jonathan Lessinger <jonathan@lastmileai.dev>
Project-URL: Homepage, https://github.com/lastmile-ai/aiconfig
Project-URL: Bug Tracker, https://github.com/lastmile-ai/aiconfig/issues
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: llama-cpp-python
Requires-Dist: python-aiconfig
Requires-Dist: asyncio

AIConfig Model Parser for LLama cpp (Python bindings).

Usage: See cookbook:

https://github.com/lastmile-ai/aiconfig/blob/c64224ed48ccb7f8cbd2d3a1b2e8bd250aeb9ff2/cookbooks/llama/python/ask_llama.py#L4
