first commit
This commit is contained in:
commit
ae0cf46c59
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# llmage
|
||||
A LLM packaging
|
||||
|
||||
|
||||
## Dependence
|
||||
* [apppublic](https://git.kaiyuancloud.cn/yumoqing/apppublic)
|
||||
* [sqlor](https://git.kaiyuancloud.cn/yumoqing/sqlor)
|
||||
* [ahserver](https://git.kaiyuancloud.cn/yumoqing/ahserver)
|
||||
* [uapi](https://git.kaiyuancloud.cn/yumoqing/uapi)
|
||||
|
||||
## installation
|
||||
pip install llmage
|
||||
|
||||
## usage
|
||||
|
||||
|
||||
3
json/build.sh
Executable file
3
json/build.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
xls2ui -m ../models -o ../wwwroot llm *.json
|
||||
22
json/llm.json
Normal file
22
json/llm.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"tblname": "llm",
|
||||
"title":"大语言模型",
|
||||
"params": {
|
||||
"sortby":"name",
|
||||
"browserfields": {
|
||||
"exclouded": ["id"],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id"
|
||||
],
|
||||
"subtables":[
|
||||
{
|
||||
"field":"llmid",
|
||||
"title":"模型类型",
|
||||
"subtable":"llmtype"
|
||||
}
|
||||
],
|
||||
"record_toolbar": null
|
||||
}
|
||||
}
|
||||
15
json/llmcatelog.json
Normal file
15
json/llmcatelog.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"tblname": "llmcatelog",
|
||||
"title":"模型类目",
|
||||
"params": {
|
||||
"sortby":"name",
|
||||
"browserfields": {
|
||||
"exclouded": ["id"],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id"
|
||||
],
|
||||
"record_toolbar": null
|
||||
}
|
||||
}
|
||||
15
json/llmtypes.json
Normal file
15
json/llmtypes.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"tblname": "llmtypes",
|
||||
"title":"大语言模型",
|
||||
"params": {
|
||||
"sortby":"name",
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "llmid"],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id", "llmid"
|
||||
]
|
||||
"record_toolbar": null
|
||||
}
|
||||
}
|
||||
BIN
models/llm.xlsx
Normal file
BIN
models/llm.xlsx
Normal file
Binary file not shown.
BIN
models/llmcatelog.xlsx
Normal file
BIN
models/llmcatelog.xlsx
Normal file
Binary file not shown.
BIN
models/llmtypes.xlsx
Normal file
BIN
models/llmtypes.xlsx
Normal file
Binary file not shown.
4
pyproject.toml
Normal file
4
pyproject.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
33
setup.cfg
Normal file
33
setup.cfg
Normal file
@ -0,0 +1,33 @@
|
||||
[metadata]
|
||||
name=appPublic
|
||||
version = 5.2.4
|
||||
description = Your project description
|
||||
author = "yu moqing"
|
||||
author_email = "yumoqing@gmail.com"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
[options]
|
||||
packages = find:
|
||||
requires_python = ">=3.8"
|
||||
install_requires =
|
||||
xlrd
|
||||
bs4
|
||||
xlwt
|
||||
nanoid
|
||||
psutil
|
||||
ujson
|
||||
numpy
|
||||
rsa
|
||||
brotli
|
||||
aiohttp
|
||||
asyncio
|
||||
aiohttp
|
||||
aiohttp_socks
|
||||
requests
|
||||
jinja2
|
||||
pyzmq
|
||||
cryptography
|
||||
bcrypt
|
||||
asyncssh
|
||||
eventpy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user