85039f78d9
* chore(chatpad, chatgpt): change category to ai * chore(dailytxt): use boolean value for env variable * chore(deluge): change download folder following trash's guide * chore(deluge): change download folder following trash's guide --------- Co-authored-by: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com>
20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Chatpad AI",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8179,
|
|
"id": "chatpad",
|
|
"tipi_version": 2,
|
|
"version": "latest",
|
|
"categories": [
|
|
"ai"
|
|
],
|
|
"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": []
|
|
}
|