Skip to content

Commit

Permalink
Merge pull request #14 from e19166/Update_documents
Browse files Browse the repository at this point in the history
Update image paths
  • Loading branch information
NipunaRanasinghe authored Aug 18, 2024
2 parents 8d109c8 + df87e51 commit 3addfa6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ 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-api-key-dashboard](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/navigate-api-key-dashboard.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/navigate-api-key-dashboard.png alt="OpenAI Platform" style="width: 70%;">

3. Click on the "Create new secret key" button
![api-key-dashboard](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/api-key-dashboard.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/api-key-dashboard.png alt="OpenAI Platform" style="width: 70%;">

4. Fill the details and click on Create secret key
![create-new-secret-key](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/create-new-secret-key.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/create-new-secret-key.png alt="OpenAI Platform" style="width: 70%;">

5. Store the API key securely to use in your application
![saved-key](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/saved-key.png)
5. Store the API key securely to use in your application
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/saved-key.png alt="OpenAI Platform" style="width: 70%;">

## Quickstart

Expand Down
10 changes: 5 additions & 5 deletions ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ 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-api-key-dashboard](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/navigate-api-key-dashboard.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/navigate-api-key-dashboard.png alt="OpenAI Platform" style="width: 70%;">

3. Click on the "Create new secret key" button
![api-key-dashboard](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/api-key-dashboard.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/api-key-dashboard.png alt="OpenAI Platform" style="width: 70%;">

4. Fill the details and click on Create secret key
![create-new-secret-key](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/create-new-secret-key.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/create-new-secret-key.png alt="OpenAI Platform" style="width: 70%;">

5. Store the API key securely to use in your application
![saved-key](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/saved-key.png)
5. Store the API key securely to use in your application
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/saved-key.png alt="OpenAI Platform" style="width: 70%;">

## Quickstart

Expand Down
10 changes: 5 additions & 5 deletions ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ 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-api-key-dashboard](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/navigate-api-key-dashboard.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/navigate-api-key-dashboard.png alt="OpenAI Platform" style="width: 70%;">

3. Click on the "Create new secret key" button
![api-key-dashboard](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/api-key-dashboard.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/api-key-dashboard.png alt="OpenAI Platform" style="width: 70%;">

4. Fill the details and click on Create secret key
![create-new-secret-key](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/create-new-secret-key.png)
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/create-new-secret-key.png alt="OpenAI Platform" style="width: 70%;">

5. Store the API key securely to use in your application
![saved-key](https://github.com/e19166/module-ballerinax-openai.audio/blob/main/docs/setup/resources/saved-key.png)
5. Store the API key securely to use in your application
<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-openai.audio/main/docs/setup/resources/saved-key.png alt="OpenAI Platform" style="width: 70%;">

## Quickstart

Expand Down

0 comments on commit 3addfa6

Please sign in to comment.