Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 327 Bytes

lmconf

Support for multiple LLM configurations in one application settings

Downloads

Installation

$ pip install lmconf

from source

$ git clone https://github.com/huaxlin/lmconf.git && cd lmconf
$ pip install .