Metadata-Version: 2.1
Name: llmconf
Version: 0.2.0
Summary: LLMConf unifies the loading and generation configurations of various LLM backends (e.g. `openai`, `transformers`), simplifying parameter control for experiments and testing.
Home-page: https://github.com/Ki-Seki/llmconf
License: MIT
Keywords: LLMConf,LLM,configuration,openai,transformers
Author: Shichao Song
Author-email: song.shichao@outlook.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Repository, https://github.com/Ki-Seki/llmconf
Description-Content-Type: text/markdown

# LLMConf

[![PyPI](https://img.shields.io/pypi/v/llmconf)](https://pypi.org/project/llmconf/)

LLMConf unifies the loading and generation configurations of various LLM backends (e.g. `openai`, `transformers`), simplifying parameter control for experiments and testing.

> [!Note]
> This project also serves as a practical exercise for learning Python project development skills.

