Skip to content

Commit

Permalink
chore: Remove OpenAI prefab (#56)
Browse files Browse the repository at this point in the history
* chore: Remove OpenAI prefab

This prefab depends on some parts of Noodl's backend

* chore: Remove link
  • Loading branch information
erictuvesson authored Jan 15, 2024
1 parent 05a7b2b commit ddc2f50
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 206 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/ai-assisted-dev/chat-gpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide_title: true

ChatGPT is a great tool that is used daily to generate code by developers all over the world. However (being a language model and not a programming engine) it does come with its own set of quirks and limitations. In this guide we will look at tips, tricks and strategies for how to get around them, and see why ChatGPT is a great pairing with Noodl.

> This guide is about how to use [http://chat.openai.com](http://chat.openai.com) as part of the development process.<br/><br/>To use OpenAI as part of your application, check out the [OpenAI prefab](/library/prefabs/openai/).
> This guide is about how to use [http://chat.openai.com](http://chat.openai.com) as part of the development process.
## When to ChatGPT

Expand Down
169 changes: 0 additions & 169 deletions library/prefabs/openai/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions sidebarsLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -1296,22 +1296,6 @@ const sidebars = {
},
],

// OpenAI
OpenAISidebar: [
{
type: 'doc',
label: 'Overview',
id: 'prefabs/openai/README',
},
{
type: 'link',
label: 'Back to prefabs',
href: '/library/prefabs/overview',
},
],



// Marquee Module
marquee: [
{
Expand Down
9 changes: 0 additions & 9 deletions static/library/prefabs/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Binary file removed static/library/prefabs/openai/chat-cf-1.png
Binary file not shown.
Binary file removed static/library/prefabs/openai/chat-cf-2.png
Binary file not shown.
Binary file removed static/library/prefabs/openai/chat-ui-1.png
Binary file not shown.
Binary file removed static/library/prefabs/openai/chatnodes-1.png
Binary file not shown.
Binary file removed static/library/prefabs/openai/chatnodes-2.png
Binary file not shown.
Binary file removed static/library/prefabs/openai/chatnodes-3.png
Binary file not shown.
Binary file removed static/library/prefabs/openai/config-param.png
Binary file not shown.
Binary file removed static/library/prefabs/openai/openai-0-5.zip
Binary file not shown.
Binary file removed static/library/prefabs/openai/openai.png
Binary file not shown.
Binary file removed static/library/prefabs/openai/warnings.png
Binary file not shown.
11 changes: 0 additions & 11 deletions static/nodepickerdefaults/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@
},
"imageUrl": "news/prefabs.gif 2x"
},
{
"supertitle": "Prefab Highlight",
"title": "OpenAI Prefab",
"text": "Bring AI and chatbot capabilities, based on ChatGPT, into your apps by using the OpenAi Prefab.",
"action": {
"kind": "link",
"linkUrl": "https://docs.noodl.net/2.9/library/prefabs/openai/",
"label": "Open docs"
},
"imageUrl": "news/openai_prefab.png 2x"
},
{
"supertitle": "Node Highlight",
"title": "States node: Animations",
Expand Down

0 comments on commit ddc2f50

Please sign in to comment.