chore: Remove OpenAI prefab (#56)

* chore: Remove OpenAI prefab

This prefab depends on some parts of Noodl's backend

* chore: Remove link
This commit is contained in:
Eric Tuvesson
2024-01-15 10:51:17 +01:00
committed by GitHub
parent 05a7b2b290
commit ddc2f503f6
15 changed files with 1 additions and 206 deletions

View File

@@ -215,15 +215,6 @@
"docs": "/library/prefabs/filters/",
"tags": ["UI"]
},
{
"label": "OpenAI",
"desc": "A prefab with cloud functions for creating chat bots with the OpenAI API.",
"icon": "library/prefabs/openai/openai.png",
"project": "library/prefabs/openai/openai-0-5.zip",
"docs": "/library/prefabs/openai/",
"tags": ["Cloud"]
},
{
"label": "Xano",
"desc": "Connects to Xano and handles queries, users and authTokens. Built by @gmaison.",