File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " llama-cpp-openai"
33version = " 0.1.0"
4- description = " "
4+ description = " Lightweight OpenAI API server on top of Llama local models. Suitable for combined use with Microsoft AutoGen. "
55authors = [" blav <blav@actar.us>" ]
66readme = " README.md"
7+ license = " Apache-2.0"
8+ classifiers = [
9+ " Intended Audience :: Developers" ,
10+ " Programming Language :: Python :: 3.8" ,
11+ " Programming Language :: Python :: 3.9" ,
12+ " Programming Language :: Python :: 3.10" ,
13+ " Programming Language :: Python :: 3.11" ,
14+ " Programming Language :: Python :: 3.12" ,
15+ " Operating System :: OS Independent" ,
16+ " Operating System :: POSIX" ,
17+ " Operating System :: MacOS" ,
18+ " Operating System :: POSIX :: Linux" ,
19+ " Operating System :: Microsoft :: Windows" ,
20+ " Topic :: Software Development :: Libraries :: Python Modules" ,
21+ " License :: OSI Approved :: Apache Software License"
22+ ]
723
824[tool .poetry .dependencies ]
925python = " >=3.8,<3.12"
You can’t perform that action at this time.
0 commit comments