app-store/apps/chatpad/config.json
2023-04-13 23:54:38 +02:00

18 lines
468 B
JSON

{
"$schema": "../schema.json",
"name": "Chatpad AI",
"available": true,
"exposable": true,
"port": 8179,
"id": "chatpad",
"tipi_version": 1,
"version": "latest",
"categories": ["utilities"],
"description": "Not just another ChatGPT user-interface!",
"short_desc": "Not just another ChatGPT user-interface!",
"author": "Andrei Canta",
"source": "https://github.com/deiucanta/chatpad",
"website": "https://chatpad.ai/",
"form_fields": []
}