app-store/apps/serge/config.json

20 lines
405 B
JSON
Raw Normal View History

2023-09-29 05:58:18 +00:00
{
"$schema": "../schema.json",
"name": "Serge",
"available": true,
"exposable": true,
"port": 8008,
"id": "serge",
"tipi_version": 2,
"version": "0.5.0",
"categories": [
"ai"
],
2023-09-29 05:58:18 +00:00
"description": "",
"short_desc": "LLaMA made easy",
"author": "nsarrazin",
"source": "https://github.com/serge-chat/serge",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
2023-09-29 05:58:18 +00:00
}