Metadata-Version: 2.1
Name: unreasonable-llama
Version: 0.1.0
Summary: HTTP API bindings for llama.cpp built-in server
Home-page: https://github.com/SteelPh0enix/unreasonable-llama/
License: MIT
Keywords: llama.cpp,llama,llm,api,bindings
Author: SteelPh0enix
Author-email: wojciech_olech@hotmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Project-URL: Repository, https://github.com/SteelPh0enix/unreasonable-llama/
Description-Content-Type: text/markdown

# unreasonable-llama

Yet another Python API for llama.cpp server

For now, i'm targeting minimal support necessary for `/completion` endpoint.
Maybe i'll extend this lib in the future.

