From 5fb23c1f92b645581fbceca88b30f8ea2c4119f0 Mon Sep 17 00:00:00 2001 From: manodyaSenevirathne Date: Sun, 18 Aug 2024 14:12:03 +0530 Subject: [PATCH 1/3] Update image links in docs --- README.md | 14 ++++++++------ ballerina/Module.md | 12 ++++++------ ballerina/Package.md | 12 ++++++------ 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index cde0b1c..8153653 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,19 @@ To use the OpenAI Connector, you must have access to the OpenAI API through a [O 1. Open the [OpenAI Platform Dashboard](https://platform.openai.com). -2. Navigate to **Dashboard** -> **API keys**. -Navigate to API key section +2. Navigate to Dashboard -> API keys. +OpenAI Platform -3. Click on the **Create new secret key** button. -OpenAI Dashbaord | API keys +3. Click on the "Create new secret key" button. +OpenAI Platform 4. Fill the details and click on Create secret key. -Create New API key +OpenAI Platform 5. Store the API key securely to use in your application. -Generated New API key +OpenAI Platform + +## Quickstart ## Quickstart diff --git a/ballerina/Module.md b/ballerina/Module.md index 459fdd2..5a5504d 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -12,17 +12,17 @@ To use the OpenAI Connector, you must have access to the OpenAI API through a [O 1. Open the [OpenAI Platform Dashboard](https://platform.openai.com). -2. Navigate to **Dashboard** -> **API keys**. -Navigate to API key section +2. Navigate to Dashboard -> API keys. +OpenAI Platform -3. Click on the **Create new secret key** button. -OpenAI Dashbaord | API keys +3. Click on the "Create new secret key" button. +OpenAI Platform 4. Fill the details and click on Create secret key. -Create New API key +OpenAI Platform 5. Store the API key securely to use in your application. -Generated New API key +OpenAI Platform ## Quickstart diff --git a/ballerina/Package.md b/ballerina/Package.md index 459fdd2..5a5504d 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -12,17 +12,17 @@ To use the OpenAI Connector, you must have access to the OpenAI API through a [O 1. Open the [OpenAI Platform Dashboard](https://platform.openai.com). -2. Navigate to **Dashboard** -> **API keys**. -Navigate to API key section +2. Navigate to Dashboard -> API keys. +OpenAI Platform -3. Click on the **Create new secret key** button. -OpenAI Dashbaord | API keys +3. Click on the "Create new secret key" button. +OpenAI Platform 4. Fill the details and click on Create secret key. -Create New API key +OpenAI Platform 5. Store the API key securely to use in your application. -Generated New API key +OpenAI Platform ## Quickstart From 3229d17362bc499e44a9b6230a0c3813e276ee81 Mon Sep 17 00:00:00 2001 From: manodyaSenevirathne Date: Sun, 18 Aug 2024 14:16:45 +0530 Subject: [PATCH 2/3] typo fix in resource images --- ...ew-secrete-key.png => create-new-secret-key.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/setup/resources/{create-new-secrete-key.png => create-new-secret-key.png} (100%) diff --git a/docs/setup/resources/create-new-secrete-key.png b/docs/setup/resources/create-new-secret-key.png similarity index 100% rename from docs/setup/resources/create-new-secrete-key.png rename to docs/setup/resources/create-new-secret-key.png From 9fb1c1a8de3698a404ff887c9c0c226889ddf005 Mon Sep 17 00:00:00 2001 From: Nipuna Ransinghe Date: Sun, 18 Aug 2024 15:20:24 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8153653..bfee055 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ To use the OpenAI Connector, you must have access to the OpenAI API through a [O ## Quickstart -## Quickstart - To use the `OpenAI Chat` connector in your Ballerina application, update the `.bal` file as follows: ### Step 1: Import the module