From 4c8941e321efaa7754a9c185bb21a246207163c6 Mon Sep 17 00:00:00 2001 From: Oluwatise Okuwobi <42917550+tiseysoft@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:22:57 +0100 Subject: [PATCH 1/4] Update n8n-nodes-base.openai.md --- .../builtin/app-nodes/n8n-nodes-base.openai.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md index d730983e0..034468430 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md @@ -1,9 +1,14 @@ # OpenAI -[OpenAI](https://openai.com/){:target=_blank .external-link} is an AI research and deployment company. It provides AI models for natural language and image interpretation and generation. +The OpenAI node allows you to automate work in OpenAI, and integrate OpenAI with other applications. n8n has built-in support for a wide range of OpenAI features, including creating, completing, and editing images, and texts. + +On this page, you'll find a list of operations the OpenAI node supports and links to more resources. !!! note "Credentials" - You can find authentication information for this node [here](/integrations/builtin/credentials/openai/). + Refer to [OpenAI credentials](https://docs.n8n.io/integrations/builtin/credentials/openai/) for guidance on setting up authentication. + +!!! note "Examples and templates" + For usage examples and templates to help you get started, take a look at n8n's [OpenAI integrations](https://n8n.io/integrations/openai/){:target="_blank" .external-link} list. ## Operations From f988ee277f7a1a97a4417626484362be59fdda75 Mon Sep 17 00:00:00 2001 From: Oluwatise Okuwobi <42917550+tiseysoft@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:23:55 +0100 Subject: [PATCH 2/4] Update n8n-nodes-base.openai.md --- docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md index 034468430..15f4241a6 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md @@ -1,6 +1,6 @@ # OpenAI -The OpenAI node allows you to automate work in OpenAI, and integrate OpenAI with other applications. n8n has built-in support for a wide range of OpenAI features, including creating, completing, and editing images, and texts. +The OpenAI node allows you to automate work in OpenAI, and integrate OpenAI with other applications. n8n has built-in support for a wide range of OpenAI features, including creating images, and completing, as well as moderating, and editing texts. On this page, you'll find a list of operations the OpenAI node supports and links to more resources. From 6a72329c67f04932ebfa469a73c6d24086b6ee42 Mon Sep 17 00:00:00 2001 From: Oluwatise Okuwobi <42917550+tiseysoft@users.noreply.github.com> Date: Thu, 9 Mar 2023 12:31:13 -0800 Subject: [PATCH 3/4] Update n8n-nodes-base.openai.md --- docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md index 15f4241a6..fa7899498 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md @@ -1,6 +1,6 @@ # OpenAI -The OpenAI node allows you to automate work in OpenAI, and integrate OpenAI with other applications. n8n has built-in support for a wide range of OpenAI features, including creating images, and completing, as well as moderating, and editing texts. +The OpenAI node allows you to automate work in OpenAI, and integrate OpenAI with other applications. n8n has built-in support for a wide range of OpenAI features, including creating images and chats, as well as moderating, and editing texts. On this page, you'll find a list of operations the OpenAI node supports and links to more resources. From 157dd8190773b48d39288d1ebf91048cfedb1394 Mon Sep 17 00:00:00 2001 From: Deborah Date: Thu, 30 Mar 2023 15:03:00 +0100 Subject: [PATCH 4/4] Update docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md --- docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md index fa7899498..843fcc87b 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.openai.md @@ -5,7 +5,7 @@ The OpenAI node allows you to automate work in OpenAI, and integrate OpenAI with On this page, you'll find a list of operations the OpenAI node supports and links to more resources. !!! note "Credentials" - Refer to [OpenAI credentials](https://docs.n8n.io/integrations/builtin/credentials/openai/) for guidance on setting up authentication. + Refer to [OpenAI credentials](/integrations/builtin/credentials/openai/) for guidance on setting up authentication. !!! note "Examples and templates" For usage examples and templates to help you get started, take a look at n8n's [OpenAI integrations](https://n8n.io/integrations/openai/){:target="_blank" .external-link} list.