app-store/apps/chatpad/config.json

20 lines
469 B
JSON
Raw Normal View History

2023-04-13 21:15:11 +00:00
{
"$schema": "../schema.json",
2023-04-13 21:54:38 +00:00
"name": "Chatpad AI",
2023-04-13 21:15:11 +00:00
"available": true,
"exposable": true,
"port": 8179,
"id": "chatpad",
"tipi_version": 2,
2023-04-13 21:15:11 +00:00
"version": "latest",
"categories": [
"ai"
],
2023-04-13 21:15:11 +00:00
"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": []
}