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",
|
2023-05-08 14:19:38 +00:00
|
|
|
"tipi_version": 2,
|
2023-04-13 21:15:11 +00:00
|
|
|
"version": "latest",
|
2023-05-08 14:19:38 +00:00
|
|
|
"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": []
|
|
|
|
}
|